@@ -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 ;
@@ -669,13 +668,6 @@ nav.sub {
669
668
left : -19px ;
670
669
}
671
670
672
- .content .impl-items .method , .content .impl-items > .type , .impl-items > .associatedconstant ,
673
- .impl-items > .associatedtype , .content .impl-items details > summary > .type ,
674
- .impl-items details > summary > .associatedconstant ,
675
- .impl-items details > summary > .associatedtype {
676
- margin-left : 20px ;
677
- }
678
-
679
671
.content .impl-items .docblock , .content .impl-items .item-info {
680
672
margin-bottom : .6em ;
681
673
}
746
738
.anchor {
747
739
display : none;
748
740
position : absolute;
749
- left : 0 ;
741
+ left : -0.5 em ;
750
742
background : none !important ;
751
743
}
752
744
.anchor .field {
@@ -1579,14 +1571,14 @@ details.rustdoc-toggle > summary.hideme::before {
1579
1571
1580
1572
details .rustdoc-toggle > summary : not (.hideme )::before {
1581
1573
position : absolute;
1582
- left : -23 px ;
1574
+ left : -24 px ;
1583
1575
top : 3px ;
1584
1576
}
1585
1577
1586
1578
.impl-items > details .rustdoc-toggle > summary : not (.hideme )::before ,
1587
1579
.undocumented > details .rustdoc-toggle > summary : not (.hideme )::before {
1588
1580
position : absolute;
1589
- left : -2 px ;
1581
+ left : -24 px ;
1590
1582
}
1591
1583
1592
1584
/* When a "hideme" summary is open and the "Expand description" or "Show
0 commit comments