Skip to content

Commit bff8078

Browse files
committed
rustdoc: remove no-op #search { margin-left: 0 }
This 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.
1 parent 98e1f04 commit bff8078

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1892,7 +1892,6 @@ in storage.js plus the media query with (min-width: 701px)
18921892
}
18931893

18941894
#search {
1895-
margin-left: 0;
18961895
padding: 0;
18971896
}
18981897

0 commit comments

Comments
 (0)