Skip to content

Commit

Permalink
Rollup merge of #103370 - notriddle:notriddle/out-of-band, r=Guillaum…
Browse files Browse the repository at this point in the history
…eGomez

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.
  • Loading branch information
matthiaskrgr authored Oct 21, 2022
2 parents 66f33df + 1adb4c3 commit 1d3aa7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,6 @@ pre.example-line-numbers {
.out-of-band {
flex-grow: 0;
font-size: 1.125rem;
font-weight: normal;
}

.docblock code, .docblock-short code,
Expand Down

0 comments on commit 1d3aa7b

Please sign in to comment.