Remove unneeded body class selector
This commit is contained in:
parent
b76ee83254
commit
08a6cf30f0
1 changed files with 2 additions and 2 deletions
|
|
@ -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%;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue