Skip to content

Commit 1d3aa7b

Browse files
authored
Rollup merge of #103370 - notriddle:notriddle/out-of-band, r=GuillaumeGomez
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.
2 parents 66f33df + 1adb4c3 commit 1d3aa7b

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)