Skip to content

Commit

Permalink
Fix step numbering in non-firefox browsers (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
twitwi authored and karussell committed Jan 28, 2020
1 parent 7acdcf9 commit 2e55c30
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions web/src/main/resources/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,7 @@ body {
float: left;
}

#locationpoints {
counter-set: pointcounter -1;
}

#locationpoints>div {
#locationpoints>div:nth-child(n+2) {
counter-increment: pointcounter;
}

Expand Down

0 comments on commit 2e55c30

Please sign in to comment.