rustdoc: remove no-op CSS .code-header { display: block }
Since 76a3b609d0b93c5d8da5e4e3db37bd03e5cb1c30 converted code headers to real headers, `display: block` is now the default.
This commit is contained in:
parent
ead49f0beb
commit
8f8125ecfb
@ -654,10 +654,6 @@ pre.example-line-numbers {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.method > .code-header, .trait-impl > .code-header {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.in-band {
|
||||
flex-grow: 1;
|
||||
margin: 0px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user