Skip to content

Commit 8f8125e

Browse files
committed
rustdoc: remove no-op CSS .code-header { display: block }
Since 76a3b60 converted code headers to real headers, `display: block` is now the default.
1 parent ead49f0 commit 8f8125e

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)