Rollup merge of #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.
This commit is contained in:
Matthias Krüger 2022-12-15 12:46:05 +01:00 committed by GitHub
commit 99a1bfc221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1969,7 +1969,6 @@ in storage.js
} }
.scraped-example .code-wrapper .src-line-numbers { .scraped-example .code-wrapper .src-line-numbers {
margin: 0;
padding: 14px 0; padding: 14px 0;
} }