Skip to content

Commit 1adb4c3

Browse files
committed
rustdoc: remove unused CSS .out-of-band { font-weight: normal }
This CSS was added in 083c395 to normalize the appearance of out-of-band elements that were nested directly below headers. Now, the only use of `out-of-band` is in the main page header, and it is nested below a wrapper, not the `<h1>` itself.
1 parent 657f246 commit 1adb4c3

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
@@ -634,7 +634,6 @@ pre.example-line-numbers {
634634
.out-of-band {
635635
flex-grow: 0;
636636
font-size: 1.125rem;
637-
font-weight: normal;
638637
}
639638

640639
.docblock code, .docblock-short code,

0 commit comments

Comments
 (0)