]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/static/rustdoc.css
use span instead of div for since version
[rust.git] / src / librustdoc / html / static / rustdoc.css
index 8cf70b9a99502b8bc694b47cf43103d303b7bc59..4204d20498d701a5f74a76ded3bdb18c50ac2809 100644 (file)
@@ -166,7 +166,6 @@ nav.sub {
        top: 0;
        height: 100vh;
        overflow: auto;
-       z-index: 1;
 }
 
 .sidebar .block > ul > li {
@@ -915,7 +914,7 @@ h3 > .collapse-toggle, h4 > .collapse-toggle {
        height: 12px;
 }
 
-span.since {
+.out-of-band > span.since {
        position: initial;
        font-size: 20px;
        margin-right: 5px;
@@ -1114,6 +1113,10 @@ span.since {
        h1.fqn {
                overflow: initial;
        }
+
+       #main > .line-numbers {
+               margin-top: 0;
+       }
 }
 
 @media print {