]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/static/css/themes/light.css
Restore h1 styles, which got accidentally removed.
[rust.git] / src / librustdoc / html / static / css / themes / light.css
index 0ffe5929ea59376e14b0da7948a7de273cac808d..28d2e99a3d07359fa8147753cc14ca3fddf78817 100644 (file)
@@ -93,7 +93,7 @@ pre, .rustdoc.source .example-wrap {
        background-color: #f6fdb0 !important;
 }
 
-.docblock h1, .docblock h2, .docblock h3, .docblock h4, .docblock h5 {
+.docblock h1, .docblock h2, .docblock h3, .docblock h4, .docblock h5, .docblock h6 {
        border-bottom-color: #ddd;
 }
 
@@ -232,8 +232,8 @@ details.undocumented > summary::before {
        border-color: #bfbfbf;
 }
 
-#help > div > span {
-       border-bottom-color: #bfbfbf;
+#help span.bottom, #help span.top {
+       border-color: #bfbfbf;
 }
 
 .since {