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:
Michael Howell 2022-09-29 10:08:12 -07:00
parent 65445a571c
commit 52a71698fe

View File

@ -1316,11 +1316,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;