Remove unneeded body class selector

This commit is contained in:
Guillaume Gomez 2018-12-01 18:20:43 +01:00
parent b76ee83254
commit 08a6cf30f0

View File

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