Rollup merge of #104899 - notriddle:notriddle/help-dt, r=GuillaumeGomez
rustdoc: remove no-op CSS `#help dt { display: block }` `display: block` is the [default UA style] for dt. [default UA style]: https://html.spec.whatwg.org/multipage/rendering.html#lists
This commit is contained in:
commit
8586544855
1 changed files with 0 additions and 1 deletions
|
@ -949,7 +949,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
|
|||
#help dt {
|
||||
float: left;
|
||||
clear: left;
|
||||
display: block;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
#help span.top, #help span.bottom {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue