Skip to content

Commit 45a9d18

Browse files
committed
rustdoc: remove no-op CSS .source pre.rust { white-space: pre }
This rule, added in 49e6db7, overrode a rule in normalize.css. https://github.com/rust-lang/rust/blob/49e6db7f3510a99ab3d3723b2430add985629c39/src/librustdoc/html/static/normalize.css#L169-L175 When normalize.css was updated, this rule went away. necolas/normalize.css@a8edd0c
1 parent 7feb003 commit 45a9d18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/librustdoc/html/static/css/rustdoc.css

-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ ul.block, .block li {
538538
}
539539

540540
.source .content pre.rust {
541-
white-space: pre;
542541
overflow: auto;
543542
padding-left: 0;
544543
}

0 commit comments

Comments
 (0)