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:
parent
e704e95250
commit
20cb41f466
@ -949,7 +949,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
|
|||||||
#help dt {
|
#help dt {
|
||||||
float: left;
|
float: left;
|
||||||
clear: left;
|
clear: left;
|
||||||
display: block;
|
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
}
|
}
|
||||||
#help span.top, #help span.bottom {
|
#help span.top, #help span.bottom {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user