Rollup merge of #102481 - notriddle:notriddle/rust-example-rendered, r=GuillaumeGomez

rustdoc: remove unneeded CSS `.rust-example-rendered { position }`

The Run button isn't inside the `<pre>` any more. It's instead nested below the example wrapper.

The class name can't be removed from the DOM, because `main.js` uses it.
This commit is contained in:
Matthias Krüger 2022-09-30 10:22:38 +02:00 committed by GitHub
commit c4a1876900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1322,11 +1322,6 @@ h3.variant {
font-size: 1.25rem;
}
/* Example code has the "Run" button that needs to be positioned relative to the pre */
pre.rust.rust-example-rendered {
position: relative;
}
pre.rust {
tab-size: 4;
-moz-tab-size: 4;