rustdoc: remove no-op CSS #settings-menu { padding: 0 }

This CSS was added in 5e01ba36c9, 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.
This commit is contained in:
Michael Howell 2022-09-08 10:33:15 -07:00
parent ccb5595df2
commit b9093f4008

View File

@ -1449,9 +1449,7 @@ pre.rust {
border-radius: 2px;
cursor: pointer;
}
#settings-menu {
padding: 0;
}
#settings-menu > a, #help-button > button {
padding: 5px;
height: 100%;