From 11c755fb184bcb415fb727101317a0395d1108e6 Mon Sep 17 00:00:00 2001 From: Alexis M Date: Tue, 24 Sep 2019 01:31:27 +0200 Subject: [PATCH] Add stylesheet for signing sheet --- copanier/static/signing-sheet.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 copanier/static/signing-sheet.css diff --git a/copanier/static/signing-sheet.css b/copanier/static/signing-sheet.css new file mode 100644 index 0000000..52994f4 --- /dev/null +++ b/copanier/static/signing-sheet.css @@ -0,0 +1,5 @@ +table, tr, td { + border: 0px; +} +tr:nth-child(even) {background: #CCC} +tr:nth-child(odd) {background: #FFF} \ No newline at end of file