Crosstable

A simple web-app for tournament-crosstables, for example in chess round tournament (each vs each).
git clone git://git.oshgnacknak.de/Crosstable.git
Log | Files | Refs | README

commit ce00a7951979e861adbb7e0e22594656a09f41ed
parent c9c3e9cc43edb7f39e2e500ac5d3903127efbdcf
Author: Oshgnacknak <osh@oshgnacknak.de>
Date:   Sun, 16 Dec 2018 11:39:16 +0100

Change in color on table

Diffstat:
Mstyle.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style.css b/style.css @@ -20,7 +20,7 @@ table * { table tr:nth-child(2n) { - padding: 2px; + background: lightgray; } *:not(.printable *, .printable) {