File tree 1 file changed +7
-3
lines changed
src/librustdoc/html/static/css
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2166,7 +2166,8 @@ details.toggle > summary:not(.hideme)::before {
2166
2166
top : 4px ;
2167
2167
}
2168
2168
2169
- .impl-items > details .toggle > summary : not (.hideme )::before {
2169
+ .impl-items > details .toggle > summary : not (.hideme )::before ,
2170
+ # main-content > .methods > details .toggle > summary : not (.hideme )::before {
2170
2171
position : absolute;
2171
2172
left : -24px ;
2172
2173
}
@@ -2176,7 +2177,9 @@ details.toggle > summary:not(.hideme)::before {
2176
2177
.impl-items > * : not (.item-info ),
2177
2178
/* We also indent the first top doc comment the same to still keep an indent on the
2178
2179
doc block while aligning it with the impl block items. */
2179
- .implementors-toggle > .docblock {
2180
+ .implementors-toggle > .docblock ,
2181
+ /* We indent trait items as well. */
2182
+ # main-content > .methods > : not (.item-info ) {
2180
2183
margin-left : var (--impl-items-indent );
2181
2184
}
2182
2185
@@ -2508,7 +2511,8 @@ in src-script.js and main.js
2508
2511
margin-left : 10px ;
2509
2512
}
2510
2513
2511
- .impl-items > details .toggle > summary : not (.hideme )::before {
2514
+ .impl-items > details .toggle > summary : not (.hideme )::before ,
2515
+ # main-content > .methods > details .toggle > summary : not (.hideme )::before {
2512
2516
left : -20px ;
2513
2517
}
2514
2518
You can’t perform that action at this time.
0 commit comments