Skip to content

Commit 50f662e

Browse files
committed
rustdoc: remove unused CSS .content .item-list
When these rules were added in 4fd061c (yeah, that's the very first commit of rustdoc_ng), `.item-list` was a `<ul>`, and this would override the default style for that tag. In c1b1d68, it was changed to use a `<div>` tag, so these rules are both no-ops.
1 parent 2d46584 commit 50f662e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -690,11 +690,6 @@ pre, .rustdoc.source .example-wrap {
690690
border: 1px solid var(--border-color);
691691
}
692692

693-
.content .item-list {
694-
list-style-type: none;
695-
padding: 0;
696-
}
697-
698693
/* Shift "where ..." part of method or fn definition down a line */
699694
.content .method .where,
700695
.content .fn .where,

0 commit comments

Comments
 (0)