Rollup merge of #56416 - GuillaumeGomez:css-body, r=QuietMisdreavus
Remove unneeded body class selector r? @QuietMisdreavus
This commit is contained in:
commit
17f6fc78c5
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;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
@ -300,7 +300,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