Skip to content

Commit 99a1bfc

Browse files
authored
Rollup merge of rust-lang#105724 - notriddle:notriddle/scrape-example-src-line-numbers, r=GuillaumeGomez
rustdoc: remove no-op CSS `.scrape-example .src-line-numbers { margin: 0 }` This is the default CSS for `<pre>` tags in `.code-wrapper` anyway, so this line does nothing.
2 parents c0862f3 + afcc354 commit 99a1bfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -1969,7 +1969,6 @@ in storage.js
19691969
}
19701970

19711971
.scraped-example .code-wrapper .src-line-numbers {
1972-
margin: 0;
19731972
padding: 14px 0;
19741973
}
19751974

0 commit comments

Comments
 (0)