Rollup merge of #103462 - notriddle:notriddle/source-pre-rust-white-space, r=Dylan-DPC
rustdoc: remove no-op CSS `.source pre.rust { white-space: pre }` This rule, added in49e6db7f35
, overrode a rule in normalize.css.49e6db7f35/src/librustdoc/html/static/normalize.css (L169-L175)
When normalize.css was updated, this rule went away.a8edd0c5aa
This commit is contained in:
commit
db0e438370
1 changed files with 0 additions and 1 deletions
|
@ -538,7 +538,6 @@ ul.block, .block li {
|
||||||
}
|
}
|
||||||
|
|
||||||
.source .content pre.rust {
|
.source .content pre.rust {
|
||||||
white-space: pre;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue