mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-16 14:07:04 +00:00
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:
commit
418748ff6b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user