mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
rustdoc: remove unused CSS .non-exhaustive { margin-bottom }
This selector was added in959a13d53e
to target a `<div class="non-exhaustive">`. With4edcf61479
, the non-exhaustive indicator was changed to a `<details>`, and a separate selector targetting `details.non-exhaustive` was added for it, but the old selector was never removed.
This commit is contained in:
parent
672831a5c8
commit
aeddd932a6
@ -1522,10 +1522,6 @@ kbd {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.non-exhaustive {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
details.dir-entry {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user