Skip to content

Commit ed95ab2

Browse files
committed
Minor
1 parent be4bc72 commit ed95ab2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,26 +75,26 @@
7575
font-weight:bold;
7676
}
7777

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]) {
7979
counter-increment:section;
8080
counter-reset:sub-section;
8181
}
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]) {
8383
counter-increment:sub-section;
8484
counter-reset:sub-sub-section;
8585
}
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 {
8787
counter-increment:sub-sub-section;
8888
counter-reset:sub-sub-sub-section;
8989
}
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 {
9191
counter-increment:sub-sub-sub-section;
9292
counter-reset:sub-sub-sub-sub-section;
9393
}
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 {
9595
content:counter(section) ".\00a0";
9696
}
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 {
9898
content:counter(section) "." counter(sub-section) "\00a0";
9999
}
100100
section > h4:before {

0 commit comments

Comments
 (0)