mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Add stylesheet for signing sheet
This commit is contained in:
parent
c89f1d9466
commit
11c755fb18
1 changed files with 5 additions and 0 deletions
5
copanier/static/signing-sheet.css
Normal file
5
copanier/static/signing-sheet.css
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
table, tr, td {
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
|
tr:nth-child(even) {background: #CCC}
|
||||||
|
tr:nth-child(odd) {background: #FFF}
|
Loading…
Reference in a new issue