We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6055cb commit becd45bCopy full SHA for becd45b
src/librustdoc/html/static/rustdoc.css
@@ -529,7 +529,8 @@ a {
529
.content .search-results td:first-child { padding-right: 0; }
530
.content .search-results td:first-child a { padding-right: 10px; }
531
532
-tr.result span.primitive::after { content: ' (primitive type)'; font-style: italic; color: black;
+tr.result span.primitive::after {
533
+ content: ' (primitive type)'; font-style: italic; color: black;
534
}
535
536
body.blur > :not(#help) {
@@ -745,6 +746,14 @@ span.since {
745
746
margin-top: 5px;
747
748
749
+.docblock > .section-header:first-child {
750
+ margin-left: 15px;
751
+}
752
+
753
+.docblock > .section-header:first-child:hover > a:before {
754
+ left: -10px;
755
756
757
.enum > .collapsed, .struct > .collapsed {
758
margin-bottom: 25px;
759
0 commit comments