@@ -138,7 +138,7 @@ h1, h2, h3, h4 {
138
138
margin-top : 0 ;
139
139
}
140
140
.main-heading h1 {
141
- margin : 9 px 0 0 0 ;
141
+ margin : 0 ;
142
142
padding : 0 ;
143
143
flex-grow : 1 ;
144
144
/* We use overflow-wrap: break-word for Safari, which doesn't recognize
@@ -151,7 +151,7 @@ h1, h2, h3, h4 {
151
151
.main-heading {
152
152
display : flex;
153
153
flex-wrap : wrap;
154
- padding-bottom : 6px ;
154
+ padding : 9 px 0 6px 0 ;
155
155
margin-bottom : 15px ;
156
156
}
157
157
/* The only headings that get underlines are:
@@ -577,6 +577,11 @@ ul.block, .block li {
577
577
margin-bottom : 1rem ;
578
578
}
579
579
580
+ .version {
581
+ /* same font style used in `.since` */
582
+ font-variant-numeric : oldstyle-nums;
583
+ }
584
+
580
585
.mobile-topbar {
581
586
display : none;
582
587
}
@@ -668,7 +673,10 @@ ul.block, .block li {
668
673
669
674
.out-of-band {
670
675
flex-grow : 0 ;
671
- font-size : 1.125rem ;
676
+ font-size : 1.25rem ;
677
+ align-items : center;
678
+ display : flex;
679
+ gap : 0.25em ;
672
680
}
673
681
674
682
.docblock code , .docblock-short code ,
@@ -1120,6 +1128,8 @@ so that we can apply CSS-filters to change the arrow color in themes */
1120
1128
.since {
1121
1129
font-weight : normal;
1122
1130
font-size : initial;
1131
+ /* align with the word "source" in all lowercase */
1132
+ font-variant-numeric : oldstyle-nums;
1123
1133
}
1124
1134
1125
1135
.rightside {
@@ -1596,7 +1606,7 @@ details.toggle > summary::before {
1596
1606
/* toggle plus */
1597
1607
background : url ('data:image/svg+xml,<svg width="19" height="19" stroke="black" fill="none" \
1598
1608
xmlns= "http://www.w3.org/2000/svg" > <path d= "M2.5 2.5h14v14h-14v-14.5" \
1599
- shape-rendering= "crispEdges" / > <path d= "M6 9.5h7M9.5 13.5V5.5" / > </svg>') no-repeat top left;
1609
+ shape-rendering= "crispEdges" stroke="grey" /><path d="M6 9.5 h7M9.5 13.5 V5.5"/></svg>') no-repeat top left;
1600
1610
content : "" ;
1601
1611
cursor : pointer;
1602
1612
width : 18px ;
@@ -1675,9 +1685,8 @@ details.toggle[open] > summary.hideme > span {
1675
1685
1676
1686
details .toggle [open ] > summary ::before {
1677
1687
/* toggle minus */
1678
- background : url ('data:image/svg+xml,<svg width="19" height="19" \
1679
- shape-rendering= "crispEdges" stroke="black" fill="none" xmlns="http://www.w3.org/2000/svg"><path \
1680
- d= "M2.5 2.5h14v14h-14v-14.5" / > <path d= "M6 9.5h7" / > </svg>') no-repeat top left;
1688
+ background : url ('data:image/svg+xml,<svg width="15" height="15" stroke="black" fill="none" \
1689
+ xmlns= "http://www.w3.org/2000/svg" > <path d= "M3 6.5h7" / > </svg>') no-repeat top left;
1681
1690
}
1682
1691
1683
1692
details .toggle [open ] > summary ::after {
@@ -1743,6 +1752,7 @@ in src-script.js
1743
1752
text-align : left;
1744
1753
margin-left : initial;
1745
1754
padding : initial;
1755
+ display : block;
1746
1756
}
1747
1757
1748
1758
.out-of-band .since ::before {
0 commit comments