We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc3e12a + 237ad82 commit 07df45dCopy full SHA for 07df45d
src/librustdoc/html/static/rustdoc.css
@@ -545,7 +545,8 @@ a {
545
.content .search-results td:first-child { padding-right: 0; }
546
.content .search-results td:first-child a { padding-right: 10px; }
547
548
-tr.result span.primitive::after { content: ' (primitive type)'; font-style: italic; color: black;
+tr.result span.primitive::after {
549
+ content: ' (primitive type)'; font-style: italic; color: black;
550
}
551
552
body.blur > :not(#help) {
@@ -761,6 +762,15 @@ span.since {
761
762
margin-top: 5px;
763
764
765
+.docblock > .section-header:first-child {
766
+ margin-left: 15px;
767
+ margin-top: 0;
768
+}
769
+
770
+.docblock > .section-header:first-child:hover > a:before {
771
+ left: -10px;
772
773
774
.enum > .collapsed, .struct > .collapsed {
775
margin-bottom: 25px;
776
0 commit comments