Skip to content

Commit dcaa686

Browse files
authored
Rollup merge of #101254 - rust-lang:notriddle/remove-even-more-css, r=jsha
rustdoc: remove unused `.docblock .impl-items` CSS The impl-items list stopped being nested inside a docblock since c1b1d68
2 parents d6a0fbd + 037a911 commit dcaa686

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

-8
Original file line numberDiff line numberDiff line change
@@ -759,14 +759,6 @@ pre, .rustdoc.source .example-wrap {
759759
margin-bottom: 15px;
760760
}
761761

762-
.content .docblock > .impl-items {
763-
margin-left: 20px;
764-
margin-top: -34px;
765-
}
766-
.content .docblock >.impl-items table td {
767-
padding: 0;
768-
}
769-
770762
.item-info {
771763
display: block;
772764
}

0 commit comments

Comments
 (0)