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:
Michael Howell 2022-12-14 16:25:26 -07:00
parent fbf8b937b4
commit afcc354bc4

View File

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