1
Fork 0

Rollup merge of #56416 - GuillaumeGomez:css-body, r=QuietMisdreavus

Remove unneeded body class selector

r? @QuietMisdreavus
This commit is contained in:
kennytm 2018-12-03 18:07:13 +08:00 committed by GitHub
commit 17f6fc78c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -282,7 +282,7 @@ nav.sub {
padding-left: 0; padding-left: 0;
} }
body:not(.source) .example-wrap { :not(.source) .example-wrap {
display: inline-flex; display: inline-flex;
margin-bottom: 10px; margin-bottom: 10px;
} }
@ -300,7 +300,7 @@ body:not(.source) .example-wrap {
text-align: right; text-align: right;
} }
body:not(.source) .example-wrap > pre.rust { :not(.source) .example-wrap > pre.rust {
width: 100%; width: 100%;
} }