Skip to content

Commit 158cd6c

Browse files
author
Gervase Markham
committed
Scope CSS to avoid adding number to mozilla header.
1 parent 224e1da commit 158cd6c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

media/css/mozorg/commit-access-requirements.less

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44

55
@import "../sandstone/lib.less";
66

7-
h2 {
8-
counter-increment: step-counter;
9-
}
7+
.main-column {
8+
h2 {
9+
counter-increment: step-counter;
1010

11-
h2::before {
12-
content: counter(step-counter) ". ";
11+
&::before {
12+
content: counter(step-counter) ". ";
13+
}
14+
}
1315
}

0 commit comments

Comments
 (0)