@@ -152,10 +152,15 @@ h1.fqn > .in-band > a:hover {
152
152
h2 , h3 , h4 {
153
153
border-bottom : 1px solid;
154
154
}
155
- h3 .code-header , h4 .code-header {
155
+ h3 .code-header {
156
+ font-size : 1.1em ;
157
+ }
158
+ h4 .code-header {
156
159
font-size : 1em ;
160
+ }
161
+ h3 .code-header , h4 .code-header {
157
162
font-weight : 600 ;
158
- border : none;
163
+ border-bottom-style : none;
159
164
padding : 0 ;
160
165
margin : 0 ;
161
166
}
@@ -174,12 +179,6 @@ h3.code-header, h4.code-header {
174
179
margin-bottom : 10px ;
175
180
position : relative;
176
181
}
177
- .impl , .method .trait-impl ,
178
- .type .trait-impl ,
179
- .associatedconstant .trait-impl ,
180
- .associatedtype .trait-impl {
181
- padding-left : 15px ;
182
- }
183
182
184
183
div .impl-items > div {
185
184
padding-left : 0 ;
@@ -674,13 +673,6 @@ nav.sub {
674
673
left : -19px ;
675
674
}
676
675
677
- .content .impl-items .method , .content .impl-items > .type , .impl-items > .associatedconstant ,
678
- .impl-items > .associatedtype , .content .impl-items details > summary > .type ,
679
- .impl-items details > summary > .associatedconstant ,
680
- .impl-items details > summary > .associatedtype {
681
- margin-left : 20px ;
682
- }
683
-
684
676
.content .impl-items .docblock , .content .impl-items .item-info {
685
677
margin-bottom : .6em ;
686
678
}
751
743
.anchor {
752
744
display : none;
753
745
position : absolute;
754
- left : 0 ;
746
+ left : -0.5 em ;
755
747
background : none !important ;
756
748
}
757
749
.anchor .field {
@@ -1584,14 +1576,14 @@ details.rustdoc-toggle > summary.hideme::before {
1584
1576
1585
1577
details .rustdoc-toggle > summary : not (.hideme )::before {
1586
1578
position : absolute;
1587
- left : -23 px ;
1579
+ left : -24 px ;
1588
1580
top : 3px ;
1589
1581
}
1590
1582
1591
1583
.impl-items > details .rustdoc-toggle > summary : not (.hideme )::before ,
1592
1584
.undocumented > details .rustdoc-toggle > summary : not (.hideme )::before {
1593
1585
position : absolute;
1594
- left : -2 px ;
1586
+ left : -24 px ;
1595
1587
}
1596
1588
1597
1589
/* When a "hideme" summary is open and the "Expand description" or "Show
0 commit comments