mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-18 03:25:55 +00:00
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 083c3952e0
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.
This commit is contained in:
commit
1d3aa7bce7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user