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 c1b1d6804b
This commit is contained in:
Matthias Krüger 2022-09-01 21:37:14 +02:00 committed by GitHub
commit 418748ff6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -759,14 +759,6 @@ pre, .rustdoc.source .example-wrap {
margin-bottom: 15px;
}
.content .docblock > .impl-items {
margin-left: 20px;
margin-top: -34px;
}
.content .docblock >.impl-items table td {
padding: 0;
}
.item-info {
display: block;
}