mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
Remove unneeded body class selector
This commit is contained in:
parent
b76ee83254
commit
08a6cf30f0
@ -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…
Reference in New Issue
Block a user