rustdoc: remove unused CSS #main-content > .line-numbers
This selector was added in10b9370286
. It became unreachable when09150f8193
made it so that `.line-numbers` are always nested below `.example-wrap`, even on source pages.
This commit is contained in:
parent
6580010551
commit
a0be6c49c8
@ -1917,10 +1917,6 @@ in storage.js plus the media query with (min-width: 701px)
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
#main-content > .line-numbers {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.notable-traits .notable-traits-tooltiptext {
|
||||
left: 0;
|
||||
top: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user