mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
Fix run button
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user