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:
parent
ccb5595df2
commit
b9093f4008
@ -1449,9 +1449,7 @@ pre.rust {
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
#settings-menu {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
#settings-menu > a, #help-button > button {
|
#settings-menu > a, #help-button > button {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user