File tree 1 file changed +2
-8
lines changed
src/librustdoc/html/static/css
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -1536,6 +1536,7 @@ details.dir-entry a {
1536
1536
https://developer.mozilla.org/en-US/docs/Web/CSS/contain */
1537
1537
details .rustdoc-toggle {
1538
1538
contain : layout;
1539
+ position : relative;
1539
1540
}
1540
1541
1541
1542
/* The hideme class is used on summary tags that contain a span with
@@ -1629,10 +1630,6 @@ details.rustdoc-toggle[open] > summary.hideme {
1629
1630
position : absolute;
1630
1631
}
1631
1632
1632
- details .rustdoc-toggle {
1633
- position : relative;
1634
- }
1635
-
1636
1633
details .rustdoc-toggle [open ] > summary .hideme > span {
1637
1634
display : none;
1638
1635
}
@@ -1993,10 +1990,7 @@ in storage.js
1993
1990
margin-bottom : 0.75em ;
1994
1991
}
1995
1992
1996
- .method-toggle [open ]: not (: last-child ) {
1997
- margin-bottom : 2em ;
1998
- }
1999
-
1993
+ .method-toggle [open ]: not (: last-child ),
2000
1994
.implementors-toggle [open ]: not (: last-child ) {
2001
1995
margin-bottom : 2em ;
2002
1996
}
You can’t perform that action at this time.
0 commit comments