Skip to content

Commit

Permalink
Fix run button
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Sep 18, 2017
1 parent caad256 commit 90ce24a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/librustdoc/html/static/rustdoc.css
Expand Up @@ -817,6 +817,7 @@ span.since {
position: absolute;
left: -1px;
margin-top: 7px;
z-index: 1;
}

.tooltip {
Expand Down Expand Up @@ -853,3 +854,7 @@ span.since {
border-style: solid;
border-color: transparent black transparent transparent;
}

pre.rust {
position: relative;
}

0 comments on commit 90ce24a

Please sign in to comment.