]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/static/rustdoc.css
Revert "Update Source Code Pro and include italics"
[rust.git] / src / librustdoc / html / static / rustdoc.css
index 244b24af43f35b40af552940bd8b3808f91f9085..ca798931953b80cd6a4d2db52ca00c77d308bc31 100644 (file)
@@ -183,7 +183,7 @@ nav.sub {
        position: fixed;
        left: 0;
        top: 0;
-       height: 100vh;
+       bottom: 0;
        overflow: auto;
 }
 
@@ -197,7 +197,7 @@ nav.sub {
 
 /* Everything else */
 
-.js-only, .hidden {
+.hidden {
        display: none !important;
 }
 
@@ -573,7 +573,7 @@ h4 > code, h3 > code, .invisible > code {
        margin-top: 0;
 }
 
-nav {
+nav:not(.sidebar) {
        border-bottom: 1px solid;
        padding-bottom: 10px;
        margin-bottom: 10px;