Skip to content

Commit 0dd329f

Browse files
committed
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.
1 parent d7dd01f commit 0dd329f

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
@@ -703,7 +703,6 @@ pre, .rustdoc.source .example-wrap {
703703

704704
nav.sub {
705705
position: relative;
706-
font-size: 1rem;
707706
flex-grow: 1;
708707
margin-bottom: 25px;
709708
}

0 commit comments

Comments
 (0)