@@ -176,8 +176,8 @@ h4.code-header {
176
176
border-bottom-style : none;
177
177
margin : 0 ;
178
178
padding : 0 ;
179
- margin-top : 0.6 em ;
180
- margin-bottom : 0.4 em ;
179
+ margin-top : 0.6 rem ;
180
+ margin-bottom : 0.4 rem ;
181
181
}
182
182
.impl ,
183
183
.impl-items .method ,
@@ -658,18 +658,17 @@ h2.location a {
658
658
overflow-x : auto;
659
659
}
660
660
661
- .content . out-of-band {
661
+ .out-of-band {
662
662
flex-grow : 0 ;
663
663
font-size : 1.125rem ;
664
664
font-weight : normal;
665
- float : right;
666
665
}
667
666
668
667
.method > .code-header , .trait-impl > .code-header {
669
668
display : block;
670
669
}
671
670
672
- .content . in-band {
671
+ .in-band {
673
672
flex-grow : 1 ;
674
673
margin : 0px ;
675
674
padding : 0px ;
@@ -682,10 +681,6 @@ h2.location a {
682
681
background-color : var (--main-background-color );
683
682
}
684
683
685
- .in-band > code , .in-band > .code-header {
686
- display : inline-block;
687
- }
688
-
689
684
.docblock code , .docblock-short code ,
690
685
pre , .rustdoc .source .example-wrap {
691
686
background-color : var (--code-block-background-color );
@@ -1731,13 +1726,13 @@ in storage.js plus the media query with (min-width: 701px)
1731
1726
flex-direction : column;
1732
1727
}
1733
1728
1734
- .content . out-of-band {
1729
+ .out-of-band {
1735
1730
text-align : left;
1736
1731
margin-left : initial;
1737
1732
padding : initial;
1738
1733
}
1739
1734
1740
- .content . out-of-band .since ::before {
1735
+ .out-of-band .since ::before {
1741
1736
content : "Since " ;
1742
1737
}
1743
1738
@@ -1969,7 +1964,7 @@ in storage.js plus the media query with (min-width: 701px)
1969
1964
}
1970
1965
1971
1966
@media print {
1972
- nav .sidebar , nav .sub , .content . out-of-band , a .srclink , # copy-path ,
1967
+ nav .sidebar , nav .sub , .out-of-band , a .srclink , # copy-path ,
1973
1968
details .rustdoc-toggle [open ] > summary ::before , details .rustdoc-toggle > summary ::before ,
1974
1969
details .rustdoc-toggle .top-doc > summary {
1975
1970
display : none;
0 commit comments