Skip to content

Commit 20cb41f

Browse files
committed
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
1 parent e704e95 commit 20cb41f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

-1
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
949949
#help dt {
950950
float: left;
951951
clear: left;
952-
display: block;
953952
margin-right: 0.5rem;
954953
}
955954
#help span.top, #help span.bottom {

0 commit comments

Comments
 (0)