Skip to content

Commit 8586544

Browse files
authored
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
2 parents 0f28e40 + 20cb41f commit 8586544

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)