@@ -95,36 +95,36 @@ table.version-chart td.active {
95
95
/* latest release column */
96
96
/*
97
97
* 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
99
99
* referring to the quarter of the next release). Please also update this
100
100
* instruction as a courtesy to the next maintainer.
101
101
*/
102
102
103
103
/* visually replace 'yyQq' heading with string 'Latest' */
104
- table .version-chart th .y25q1 span {
104
+ table .version-chart th .y25q2 span {
105
105
display : none;
106
106
}
107
- table .version-chart th .y25q1 ::after {
107
+ table .version-chart th .y25q2 ::after {
108
108
content : "Latest"
109
109
}
110
110
111
111
/* draw a focus rectangle around the latest release column */
112
- table .version-chart th .y25q1 {
112
+ table .version-chart th .y25q2 {
113
113
border-top : 2px solid # e06666 !important ;
114
114
border-left : 2px solid # e06666 !important ;
115
115
border-right : 2px solid # e06666 !important ;
116
116
}
117
- table .version-chart td .y25q1 {
117
+ table .version-chart td .y25q2 {
118
118
font-weight : bold;
119
119
border-left : 2px solid # e06666 !important ;
120
120
border-right : 2px solid # e06666 !important ;
121
121
}
122
- table .version-chart tr : last-child td .y25q1 {
122
+ table .version-chart tr : last-child td .y25q2 {
123
123
border-bottom : 2px solid # e06666 !important ;
124
124
}
125
125
126
126
/* future release columns */
127
- table .version-chart td : not (: has (~ .y25q1 )): not (.y25q1 ) {
127
+ table .version-chart td : not (: has (~ .y25q2 )): not (.y25q2 ) {
128
128
font-style : italic;
129
129
}
130
130
0 commit comments