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:
Michael Howell 2022-11-25 10:07:21 -07:00
parent e704e95250
commit 20cb41f466

View File

@ -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 {