File tree 1 file changed +8
-6
lines changed
src/librustdoc/html/static/css
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -1961,24 +1961,26 @@ in storage.js
1961
1961
}
1962
1962
}
1963
1963
1964
- .method-toggle > summary ,
1965
1964
.implementors-toggle > summary ,
1966
1965
.impl ,
1967
1966
# implementors-list > .docblock ,
1968
1967
.impl-items > section ,
1969
- .methods > section
1968
+ .impl-items > .rustdoc-toggle > summary ,
1969
+ .methods > section ,
1970
+ .methods > .rustdoc-toggle > summary
1970
1971
{
1971
1972
margin-bottom : 0.75em ;
1972
1973
}
1973
1974
1974
- .method-toggle [open ]: not (: last-child ),
1975
+ .impl-items > .rustdoc-toggle [open ]: not (: last-child ),
1976
+ .methods > .rustdoc-toggle [open ]: not (: last-child ),
1975
1977
.implementors-toggle [open ]: not (: last-child ) {
1976
1978
margin-bottom : 2em ;
1977
1979
}
1978
1980
1979
- # trait-implementations-list .method -toggle: not (: last-child ),
1980
- # synthetic-implementations-list .method -toggle: not (: last-child ),
1981
- # blanket-implementations-list .method -toggle: not (: last-child ) {
1981
+ # trait-implementations-list .impl-items > . rustdoc -toggle: not (: last-child ),
1982
+ # synthetic-implementations-list .impl-items > . rustdoc -toggle: not (: last-child ),
1983
+ # blanket-implementations-list .impl-items > . rustdoc -toggle: not (: last-child ) {
1982
1984
margin-bottom : 1em ;
1983
1985
}
1984
1986
You can’t perform that action at this time.
0 commit comments