Fix run button

This commit is contained in:
Guillaume Gomez 2017-09-18 12:51:48 +02:00
parent caad2560bf
commit 90ce24ab69

View file

@ -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;
}