Skip to content

Commit

Permalink
rustdoc: remove no-op CSS #help dt { display: block }
Browse files Browse the repository at this point in the history
`display: block` is the [default UA style] for dt.

[default UA style]: https://html.spec.whatwg.org/multipage/rendering.html#lists
  • Loading branch information
notriddle committed Nov 25, 2022
1 parent e704e95 commit 20cb41f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 20cb41f

Please sign in to comment.