File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
src/librustdoc/html/static Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 529
529
.content .search-results td : first-child { padding-right : 0 ; }
530
530
.content .search-results td : first-child a { padding-right : 10px ; }
531
531
532
- tr .result span .primitive ::after { content : ' (primitive type)' ; font-style : italic; color : black;
532
+ tr .result span .primitive ::after {
533
+ content : ' (primitive type)' ; font-style : italic; color : black;
533
534
}
534
535
535
536
body .blur > : not (# help ) {
@@ -745,6 +746,14 @@ span.since {
745
746
margin-top : 5px ;
746
747
}
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
+
748
757
.enum > .collapsed , .struct > .collapsed {
749
758
margin-bottom : 25px ;
750
759
}
You can’t perform that action at this time.
0 commit comments