Skip to content

Commit 98ad442

Browse files
authored
Rollup merge of #106556 - notriddle:notriddle/margin-left-content-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.
2 parents ee1992c + a7ac923 commit 98ad442

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/librustdoc/html/static/css/rustdoc.css

-4
Original file line numberDiff line numberDiff line change
@@ -1651,10 +1651,6 @@ in storage.js
16511651
margin-top: 1em;
16521652
}
16531653

1654-
.content {
1655-
margin-left: 0px;
1656-
}
1657-
16581654
.anchor {
16591655
display: none !important;
16601656
}

0 commit comments

Comments
 (0)