rustdoc: remove unused CSS .non-exhaustive { margin-bottom }
This selector was added in959a13d53eto 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
1 changed files with 0 additions and 4 deletions
|
|
@ -1522,10 +1522,6 @@ kbd {
|
|||
list-style: none;
|
||||
}
|
||||
|
||||
.non-exhaustive {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
details.dir-entry {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue