Skip to content

Commit 9bf89e7

Browse files
authored
Rollup merge of #101706 - notriddle:notriddle/search-mobile, r=GuillaumeGomez
rustdoc: remove no-op `#search` The margin rule was added in c729e4d to remove an unnecessary left margin that was present on desktop. This desktop-mode margin was itself removed in 135281e. The padding rule was added in 135281e when converting the rule for `#main`, but didn't do anything even then.
2 parents 228a8bd + 2d239fb commit 9bf89e7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -1891,11 +1891,6 @@ in storage.js plus the media query with (min-width: 701px)
18911891
margin-top: 10px;
18921892
}
18931893

1894-
#search {
1895-
margin-left: 0;
1896-
padding: 0;
1897-
}
1898-
18991894
.anchor {
19001895
display: none !important;
19011896
}

0 commit comments

Comments
 (0)