We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00f8e19 + 2179544 commit 9d49d7dCopy full SHA for 9d49d7d
src/librustdoc/html/static/rustdoc.css
@@ -283,7 +283,7 @@ nav.sub {
283
padding-left: 0;
284
}
285
286
-:not(.source) .example-wrap {
+.rustdoc:not(.source) .example-wrap {
287
display: inline-flex;
288
margin-bottom: 10px;
289
@@ -301,11 +301,11 @@ nav.sub {
301
text-align: right;
302
303
304
-:not(.source) .example-wrap > pre.rust {
+.rustdoc:not(.source) .example-wrap > pre.rust {
305
width: 100%;
306
307
308
-body:not(.source) .example-wrap > pre {
+.rustdoc:not(.source) .example-wrap > pre {
309
margin: 0;
310
311
0 commit comments