|
75 | 75 | font-weight:bold;
|
76 | 76 | }
|
77 | 77 |
|
78 |
| -article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]):not([id="exit-criteria"]) { |
| 78 | +article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]):not([id=exit-criteria]) { |
79 | 79 | counter-increment:section;
|
80 | 80 | counter-reset:sub-section;
|
81 | 81 | }
|
82 |
| -article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]) section:not([id$="references"]):not([id="exit-criteria"]) { |
| 82 | +article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]) section:not([id$=references]):not([id=exit-criteria]) { |
83 | 83 | counter-increment:sub-section;
|
84 | 84 | counter-reset:sub-sub-section;
|
85 | 85 | }
|
86 |
| -article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]) section:not([id$="references"]):not([id="exit-criteria"]) section { |
| 86 | +article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]) section:not([id$=references]):not([id=exit-criteria]) section { |
87 | 87 | counter-increment:sub-sub-section;
|
88 | 88 | counter-reset:sub-sub-sub-section;
|
89 | 89 | }
|
90 |
| -article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]) section:not([id$="references"]):not([id="exit-criteria"]) section section { |
| 90 | +article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]) section:not([id$=references]):not([id=exit-criteria]) section section { |
91 | 91 | counter-increment:sub-sub-sub-section;
|
92 | 92 | counter-reset:sub-sub-sub-sub-section;
|
93 | 93 | }
|
94 |
| -article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]):not([id="exit-criteria"]):not([id^=table-of-]) > h2:before { |
| 94 | +article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]):not([id=exit-criteria]):not([id^=table-of-]) > h2:before { |
95 | 95 | content:counter(section) ".\00a0";
|
96 | 96 | }
|
97 |
| -section:not([id$="references"]):not([id^=change-log]):not([id="exit-criteria"]) > h3:before { |
| 97 | +section:not([id$=references]):not([id^=change-log]):not([id=exit-criteria]) > h3:before { |
98 | 98 | content:counter(section) "." counter(sub-section) "\00a0";
|
99 | 99 | }
|
100 | 100 | section > h4:before {
|
|
0 commit comments