Skip to content

Commit b9093f4

Browse files
committed
rustdoc: remove no-op CSS #settings-menu { padding: 0 }
This CSS was added in 5e01ba3, and served to override CSS right above it that set a 5px padding for several kinds of buttons in the same toolbar. The CSS that it overrode is still there, but now it only applies to `#settings-menu > a`, so there's nothing to override.
1 parent ccb5595 commit b9093f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -1449,9 +1449,7 @@ pre.rust {
14491449
border-radius: 2px;
14501450
cursor: pointer;
14511451
}
1452-
#settings-menu {
1453-
padding: 0;
1454-
}
1452+
14551453
#settings-menu > a, #help-button > button {
14561454
padding: 5px;
14571455
height: 100%;

0 commit comments

Comments
 (0)