Skip to content

Commit fd8be2c

Browse files
authored
Rollup merge of rust-lang#102662 - notriddle:notriddle/code-header-display-block, r=GuillaumeGomez
rustdoc: remove no-op CSS `.code-header { display: block }` Since 76a3b60 converted code headers to real headers, `display: block` is now the default.
2 parents 55ebb61 + 8f8125e commit fd8be2c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/librustdoc/html/static/css/rustdoc.css

-4
Original file line numberDiff line numberDiff line change
@@ -654,10 +654,6 @@ pre.example-line-numbers {
654654
font-weight: normal;
655655
}
656656

657-
.method > .code-header, .trait-impl > .code-header {
658-
display: block;
659-
}
660-
661657
.in-band {
662658
flex-grow: 1;
663659
margin: 0px;

0 commit comments

Comments
 (0)