]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/static/css/rustdoc.css
Rollup merge of #106835 - compiler-errors:new-solver-gat-rebase-oops, r=lcnr
[rust.git] / src / librustdoc / html / static / css / rustdoc.css
index 2070bb54b1ba9bcc8e0777a96245487545851d17..a08b8d89db67d22454f8d0f59a90db37346c838d 100644 (file)
@@ -1214,11 +1214,11 @@ a.test-arrow:hover {
        content: "\00a0";
 }
 
-.notable .docblock {
+.notable .content {
        margin: 0.25em 0.5em;
 }
 
-.notable .docblock pre, .notable .docblock code {
+.notable .content pre, .notable .content code {
        background: transparent;
        margin: 0;
        padding: 0;
@@ -1226,6 +1226,10 @@ a.test-arrow:hover {
        white-space: pre-wrap;
 }
 
+.notable .content > h3:first-child {
+       margin: 0 0 5px 0;
+}
+
 .search-failed {
        text-align: center;
        margin-top: 20px;