Skip to content

Commit a7ac923

Browse files
committed
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.
1 parent 0fb8b72 commit a7ac923

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
@@ -1655,10 +1655,6 @@ in storage.js
16551655
margin-top: 1em;
16561656
}
16571657

1658-
.content {
1659-
margin-left: 0px;
1660-
}
1661-
16621658
.anchor {
16631659
display: none !important;
16641660
}

0 commit comments

Comments
 (0)