diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-09-18 12:51:48 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-09-18 14:44:28 +0200 |
| commit | 90ce24ab699bc44ab2474fa6bf22fde5ead180e9 (patch) | |
| tree | 07791010d4250a12d264efa4b6944f0a3481a476 | |
| parent | caad2560bfbd0e2b0e0dcb6882395c1523a1aadc (diff) | |
| download | rust-90ce24ab699bc44ab2474fa6bf22fde5ead180e9.tar.gz rust-90ce24ab699bc44ab2474fa6bf22fde5ead180e9.zip | |
Fix run button
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index c15051376bf..b1aac2da1c2 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -817,6 +817,7 @@ span.since { position: absolute; left: -1px; margin-top: 7px; + z-index: 1; } .tooltip { @@ -853,3 +854,7 @@ span.since { border-style: solid; border-color: transparent black transparent transparent; } + +pre.rust { + position: relative; +} |
