Skip to content

Commit

Permalink
Fix line numbers display
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Dec 4, 2018
1 parent 91d5d56 commit e41e85c
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;
}

:not(.source) .example-wrap {
.rustdoc:not(.source) .example-wrap {
display: inline-flex;
margin-bottom: 10px;
}
Expand All @@ -300,7 +300,7 @@ nav.sub {
text-align: right;
}

:not(.source) .example-wrap > pre.rust {
.rustdoc:not(.source) .example-wrap > pre.rust {
width: 100%;
}

Expand Down

0 comments on commit e41e85c

Please sign in to comment.