Rollup merge of #102662 - notriddle:notriddle/code-header-display-block, r=GuillaumeGomez
rustdoc: remove no-op CSS `.code-header { display: block }`
Since 76a3b609d0
converted code headers to real headers, `display: block` is now the default.
This commit is contained in:
commit
fd8be2c36e
1 changed files with 0 additions and 4 deletions
|
@ -654,10 +654,6 @@ pre.example-line-numbers {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.method > .code-header, .trait-impl > .code-header {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.in-band {
|
.in-band {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue