@@ -175,11 +175,13 @@ h3.code-header {
175
175
h4 .code-header {
176
176
font-size : 1rem ;
177
177
}
178
- h3 . code-header , h4 .code-header {
178
+ .code-header {
179
179
font-weight : 600 ;
180
180
border-bottom-style : none;
181
- padding : 0 ;
182
181
margin : 0 ;
182
+ padding : 0 ;
183
+ margin-top : 0.6em ;
184
+ margin-bottom : 0.4em ;
183
185
}
184
186
.impl ,
185
187
.impl-items .method ,
@@ -192,8 +194,6 @@ h3.code-header, h4.code-header {
192
194
.methods .associatedtype {
193
195
flex-basis : 100% ;
194
196
font-weight : 600 ;
195
- margin-top : 16px ;
196
- margin-bottom : 10px ;
197
197
position : relative;
198
198
}
199
199
@@ -744,21 +744,13 @@ nav.sub {
744
744
745
745
.content .item-info {
746
746
position : relative;
747
- margin-left : 33 px ;
747
+ margin-left : 24 px ;
748
748
}
749
749
750
750
.sub-variant > div > .item-info {
751
751
margin-top : initial;
752
752
}
753
753
754
- .content .item-info ::before {
755
- content : '⬑' ;
756
- font-size : 1.5625rem ;
757
- position : absolute;
758
- top : -6px ;
759
- left : -19px ;
760
- }
761
-
762
754
.content .impl-items .docblock , .content .impl-items .item-info {
763
755
margin-bottom : .6em ;
764
756
}
@@ -777,6 +769,7 @@ nav.sub {
777
769
778
770
# main-content > .item-info {
779
771
margin-top : 0 ;
772
+ margin-left : 0 ;
780
773
}
781
774
782
775
nav .sub {
@@ -1125,13 +1118,6 @@ body.blur > :not(#help) {
1125
1118
float : right;
1126
1119
}
1127
1120
1128
- .has-srclink {
1129
- font-size : 1rem ;
1130
- margin-bottom : 12px ;
1131
- /* Push the src link out to the right edge consistently */
1132
- justify-content : space-between;
1133
- }
1134
-
1135
1121
.variants_table {
1136
1122
width : 100% ;
1137
1123
}
@@ -2065,6 +2051,24 @@ details.rustdoc-toggle[open] > summary.hideme::after {
2065
2051
}
2066
2052
}
2067
2053
2054
+ .method-toggle summary ,
2055
+ .implementors-toggle summary {
2056
+ margin-bottom : 0.75em ;
2057
+ }
2058
+
2059
+ .method-toggle [open ] {
2060
+ margin-bottom : 2em ;
2061
+ }
2062
+
2063
+ .implementors-toggle [open ] {
2064
+ margin-bottom : 2em ;
2065
+ }
2066
+
2067
+ # trait-implementations-list .method-toggle ,
2068
+ # synthetic-implementations-list .method-toggle ,
2069
+ # blanket-implementations-list .method-toggle {
2070
+ margin-bottom : 1em ;
2071
+ }
2068
2072
2069
2073
/* Begin: styles for --scrape-examples feature */
2070
2074
0 commit comments