Skip to content

Commit 2e55c30

Browse files
twitwikarussell
authored andcommitted
Fix step numbering in non-firefox browsers (graphhopper#1874)
1 parent 7acdcf9 commit 2e55c30

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

web/src/main/resources/assets/css/style.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,7 @@ body {
121121
float: left;
122122
}
123123

124-
#locationpoints {
125-
counter-set: pointcounter -1;
126-
}
127-
128-
#locationpoints>div {
124+
#locationpoints>div:nth-child(n+2) {
129125
counter-increment: pointcounter;
130126
}
131127

0 commit comments

Comments
 (0)