Skip to content

Commit d870b93

Browse files
authored
Rollup merge of #102240 - notriddle:notriddle/main-line-numbers, r=GuillaumeGomez
rustdoc: remove unused CSS `#main-content > .line-numbers` This selector was added in 10b9370. It became unreachable when 09150f8 made it so that `.line-numbers` are always nested below `.example-wrap`, even on source pages.
2 parents 094f09e + a0be6c4 commit d870b93

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/librustdoc/html/static/css/rustdoc.css

-4
Original file line numberDiff line numberDiff line change
@@ -1917,10 +1917,6 @@ in storage.js plus the media query with (min-width: 701px)
19171917
border-bottom: 1px solid;
19181918
}
19191919

1920-
#main-content > .line-numbers {
1921-
margin-top: 0;
1922-
}
1923-
19241920
.notable-traits .notable-traits-tooltiptext {
19251921
left: 0;
19261922
top: 100%;

0 commit comments

Comments
 (0)