Rollup merge of #102240 - notriddle:notriddle/main-line-numbers, r=GuillaumeGomez
rustdoc: remove unused CSS `#main-content > .line-numbers` This selector was added in 10b937028660e079cf15735cfb5c4d58892fb10e. It became unreachable when 09150f81930e035254e58ee56f5905c2eb421617 made it so that `.line-numbers` are always nested below `.example-wrap`, even on source pages.
This commit is contained in:
commit
d870b93a7d
@ -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…
x
Reference in New Issue
Block a user