1
1
# feature-support-matrix-wrapper {
2
- overflow-x : auto;
2
+ overflow-x : auto;
3
3
}
4
4
5
5
# feature-support-matrix-wrapper table {
6
- min-width : 800px ;
6
+ min-width : 800px ;
7
7
}
8
8
9
-
10
9
/*** Add automatic section numbers to headings and table of contents items ***/
11
10
12
11
# enable-section-numbers {
@@ -19,7 +18,6 @@ body:has(#enable-section-numbers) {
19
18
counter-reset : h2-counter h3-counter h4-counter h5-counter h6-counter;
20
19
}
21
20
22
-
23
21
# content-area h2 [id ],
24
22
# table-of-contents li [data-depth = "0" ] {
25
23
counter-set : h3-counter h4-counter h5-counter h6-counter;
@@ -36,11 +34,11 @@ body:has(#enable-section-numbers) {
36
34
}
37
35
38
36
# content-area h5 [id ],
37
+ # content-area h5 ,
39
38
# table-of-contents li [data-depth = "3" ] {
40
39
counter-set : h6-counter;
41
40
}
42
41
43
-
44
42
# content-area h2 [id ]::before ,
45
43
# table-of-contents li [data-depth = "0" ] a ::before {
46
44
counter-increment : h2-counter;
@@ -56,18 +54,31 @@ body:has(#enable-section-numbers) {
56
54
# content-area h4 [id ]::before ,
57
55
# table-of-contents li [data-depth = "2" ] a ::before {
58
56
counter-increment : h4-counter;
59
- content : counter (h2-counter) "." counter (h3-counter) "." counter (h4-counter) " " ;
57
+ content : counter (h2-counter) "." counter (h3-counter) "." counter (h4-counter)
58
+ " " ;
60
59
}
61
60
62
61
# content-area h5 [id ]::before ,
62
+ # content-area h5 ::before ,
63
63
# table-of-contents li [data-depth = "3" ] a ::before {
64
64
counter-increment : h5-counter;
65
- content : counter (h2-counter) "." counter (h3-counter) "." counter (h4-counter) "." counter (h5-counter) " " ;
65
+ content : counter (h2-counter) "." counter (h3-counter) "." counter (h4-counter)
66
+ "." counter (h5-counter) " " ;
66
67
}
67
68
68
69
# content-area h6 [id ]::before ,
70
+ # content-area h6 ::before ,
69
71
# table-of-contents li [data-depth = "4" ] a ::before {
70
72
counter-increment : h6-counter;
71
- content : counter (h2-counter) "." counter (h3-counter) "." counter (h4-counter) "." counter (h5-counter) "." counter (h6-counter) " " ;
73
+ content : counter (h2-counter) "." counter (h3-counter) "." counter (h4-counter)
74
+ "." counter (h5-counter) "." counter (h6-counter) " " ;
75
+ }
76
+
77
+ # content-area h5 {
78
+ font-weight : 500 ;
79
+ }
80
+
81
+ # content-area h6 {
82
+ font-weight : 400 ;
72
83
}
73
84
}
0 commit comments