Skip to content

Commit

Permalink
Rollup merge of rust-lang#104899 - notriddle:notriddle/help-dt, r=Gui…
Browse files Browse the repository at this point in the history
…llaumeGomez

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
  • Loading branch information
matthiaskrgr authored Nov 26, 2022
2 parents a466a55 + 20cb41f commit 7f7729e
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 7f7729e

Please sign in to comment.