Skip to content

Commit

Permalink
Fix line numbers display
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez authored and QuietMisdreavus committed Dec 14, 2018
1 parent a01e476 commit 7ba431a
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 @@ -283,7 +283,7 @@ nav.sub {
padding-left: 0;
}

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

Please sign in to comment.