Skip to content

Commit

Permalink
Rollup merge of rust-lang#106556 - notriddle:notriddle/margin-left-co…
Browse files Browse the repository at this point in the history
…ntent-mobile, r=GuillaumeGomez

rustdoc: remove no-op mobile CSS `.content { margin-left: 0 }`

This rule was added to override non-zero left margin on `.content`, which was removed in 135281e and the margin-left was put on the docblock.
  • Loading branch information
matthiaskrgr committed Jan 7, 2023
2 parents e33c22c + a7ac923 commit 9639646
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -1651,10 +1651,6 @@ in storage.js
margin-top: 1em;
}

.content {
margin-left: 0px;
}

.anchor {
display: none !important;
}
Expand Down

0 comments on commit 9639646

Please sign in to comment.