File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
src/librustdoc/html/static Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 545
545
.content .search-results td : first-child { padding-right : 0 ; }
546
546
.content .search-results td : first-child a { padding-right : 10px ; }
547
547
548
- tr .result span .primitive ::after { content : ' (primitive type)' ; font-style : italic; color : black;
548
+ tr .result span .primitive ::after {
549
+ content : ' (primitive type)' ; font-style : italic; color : black;
549
550
}
550
551
551
552
body .blur > : not (# help ) {
@@ -761,6 +762,15 @@ span.since {
761
762
margin-top : 5px ;
762
763
}
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
+
764
774
.enum > .collapsed , .struct > .collapsed {
765
775
margin-bottom : 25px ;
766
776
}
You can’t perform that action at this time.
0 commit comments