Skip to content

Commit

Permalink
tools: update the style.css for fast.vlang.io pages, so that the rown…
Browse files Browse the repository at this point in the history
…umber counter is reversed
  • Loading branch information
spytheman committed Jan 8, 2024
1 parent f2dee66 commit 2765ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/tools/fast/fast_style.css
Expand Up @@ -41,10 +41,10 @@ table td:nth-child(3) {
}

table {
counter-reset: rowNumber -1;
counter-reset: reversed(rowNumber);
}
table tr {
counter-increment: rowNumber;
counter-increment: rowNumber -1;
}
table tr td:first-child::after {
position: absolute;
Expand Down

0 comments on commit 2765ca4

Please sign in to comment.