@@ -95,36 +95,36 @@ table.version-chart td.active {
9595/* latest release column */
9696/*
9797 * How to advance the selection of the latest release:
98- * Replace class 'y25q1 ' in the following selectors with 'y25q2 ' (the class
98+ * Replace class 'y25q2 ' in the following selectors with 'y25q3 ' (the class
9999 * referring to the quarter of the next release). Please also update this
100100 * instruction as a courtesy to the next maintainer.
101101 */
102102
103103/* visually replace 'yyQq' heading with string 'Latest' */
104- table .version-chart th .y25q1 span {
104+ table .version-chart th .y25q2 span {
105105 display : none;
106106}
107- table .version-chart th .y25q1 ::after {
107+ table .version-chart th .y25q2 ::after {
108108 content : "Latest"
109109}
110110
111111/* draw a focus rectangle around the latest release column */
112- table .version-chart th .y25q1 {
112+ table .version-chart th .y25q2 {
113113 border-top : 2px solid # e06666 !important ;
114114 border-left : 2px solid # e06666 !important ;
115115 border-right : 2px solid # e06666 !important ;
116116}
117- table .version-chart td .y25q1 {
117+ table .version-chart td .y25q2 {
118118 font-weight : bold;
119119 border-left : 2px solid # e06666 !important ;
120120 border-right : 2px solid # e06666 !important ;
121121}
122- table .version-chart tr : last-child td .y25q1 {
122+ table .version-chart tr : last-child td .y25q2 {
123123 border-bottom : 2px solid # e06666 !important ;
124124}
125125
126126/* future release columns */
127- table .version-chart td : not (: has (~ .y25q1 )): not (.y25q1 ) {
127+ table .version-chart td : not (: has (~ .y25q2 )): not (.y25q2 ) {
128128 font-style : italic;
129129}
130130
0 commit comments