mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
Revert "tools: update the style.css for fast.vlang.io pages, so that the rownumber counter is reversed" (Chrome does not support counting in reverse)
This reverts commit 2765ca45b8
.
This commit is contained in:
parent
2765ca45b8
commit
89f06d35fd
1 changed files with 2 additions and 2 deletions
|
@ -41,10 +41,10 @@ table td:nth-child(3) {
|
|||
}
|
||||
|
||||
table {
|
||||
counter-reset: reversed(rowNumber);
|
||||
counter-reset: rowNumber -1;
|
||||
}
|
||||
table tr {
|
||||
counter-increment: rowNumber -1;
|
||||
counter-increment: rowNumber;
|
||||
}
|
||||
table tr td:first-child::after {
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue