Skip to content

Commit

Permalink
Remove unneeded body class selector
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Dec 1, 2018
1 parent b76ee83 commit 08a6cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustdoc/html/static/rustdoc.css
Expand Up @@ -282,7 +282,7 @@ nav.sub {
padding-left: 0;
}

body:not(.source) .example-wrap {
:not(.source) .example-wrap {
display: inline-flex;
}

Expand All @@ -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%;
}

Expand Down

0 comments on commit 08a6cf3

Please sign in to comment.