mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Rollup merge of #103268 - notriddle:notriddle/nav-sub-font-size, r=GuillaumeGomez
rustdoc: remove no-op CSS `nav.sub { font-size: 1rem }` This rule originated as a `font-size: 16px`, when body had `font-size: 13px` set in4fd061c426
. It remained even when body's font size was bumped up to 16px,4d5f4ff5e9
, making the rule a no-op, and was carried forward when it was converted to 1rem incc18120425
.
This commit is contained in:
commit
f8dfddb98c
@ -697,7 +697,6 @@ pre, .rustdoc.source .example-wrap {
|
||||
|
||||
nav.sub {
|
||||
position: relative;
|
||||
font-size: 1rem;
|
||||
flex-grow: 1;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user