Skip to content

Commit f8dfddb

Browse files
authored
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 in 4fd061c. It remained even when body's font size was bumped up to 16px, 4d5f4ff, making the rule a no-op, and was carried forward when it was converted to 1rem in cc18120.
2 parents 56ff294 + 0dd329f commit f8dfddb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,6 @@ pre, .rustdoc.source .example-wrap {
697697

698698
nav.sub {
699699
position: relative;
700-
font-size: 1rem;
701700
flex-grow: 1;
702701
margin-bottom: 25px;
703702
}

0 commit comments

Comments
 (0)