Skip to content

Commit

Permalink
Rollup merge of rust-lang#56416 - GuillaumeGomez:css-body, r=QuietMis…
Browse files Browse the repository at this point in the history
…dreavus

Remove unneeded body class selector

r? @QuietMisdreavus
  • Loading branch information
Centril committed Dec 2, 2018
2 parents 3993dc9 + 08a6cf3 commit 298e681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustdoc/html/static/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ nav.sub {
padding-left: 0;
}

body:not(.source) .example-wrap {
:not(.source) .example-wrap {
display: inline-flex;
margin-bottom: 10px;
}
Expand All @@ -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%;
}

Expand Down

0 comments on commit 298e681

Please sign in to comment.