mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
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:
@@ -703,7 +703,6 @@ pre, .rustdoc.source .example-wrap {
|
||||
|
||||
nav.sub {
|
||||
position: relative;
|
||||
font-size: 1rem;
|
||||
flex-grow: 1;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user