@@ -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:
@@ -668,7 +668,10 @@ ul.block, .block li {
668
668
669
669
.out-of-band {
670
670
flex-grow : 0 ;
671
- font-size : 1.125rem ;
671
+ font-size : 1.25rem ;
672
+ align-items : center;
673
+ display : flex;
674
+ gap : 0.25em ;
672
675
}
673
676
674
677
.docblock code , .docblock-short code ,
@@ -1120,6 +1123,8 @@ so that we can apply CSS-filters to change the arrow color in themes */
1120
1123
.since {
1121
1124
font-weight : normal;
1122
1125
font-size : initial;
1126
+ /* align with the word "source" in all lowercase */
1127
+ font-variant-numeric : oldstyle-nums;
1123
1128
}
1124
1129
1125
1130
.rightside {
@@ -1596,7 +1601,7 @@ details.toggle > summary::before {
1596
1601
/* toggle plus */
1597
1602
background : url ('data:image/svg+xml,<svg width="19" height="19" stroke="black" fill="none" \
1598
1603
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;
1604
+ shape-rendering= "crispEdges" stroke="grey" /><path d="M6 9.5 h7M9.5 13.5 V5.5"/></svg>') no-repeat top left;
1600
1605
content : "" ;
1601
1606
cursor : pointer;
1602
1607
width : 18px ;
@@ -1677,7 +1682,7 @@ details.toggle[open] > summary::before {
1677
1682
/* toggle minus */
1678
1683
background : url ('data:image/svg+xml,<svg width="19" height="19" \
1679
1684
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;
1685
+ d= "M2.5 2.5h14v14h-14v-14.5" stroke="grey" /><path d="M6 9.5 h7"/></svg>') no-repeat top left;
1681
1686
}
1682
1687
1683
1688
details .toggle [open ] > summary ::after {
@@ -1743,10 +1748,12 @@ in src-script.js
1743
1748
text-align : left;
1744
1749
margin-left : initial;
1745
1750
padding : initial;
1751
+ display : block;
1746
1752
}
1747
1753
1748
1754
.out-of-band .since ::before {
1749
1755
content : "Since " ;
1756
+ font-variant-numeric : normal;
1750
1757
}
1751
1758
1752
1759
/* Hide the logo and item name from the sidebar. Those are displayed
0 commit comments