1
0

Tables now showing.

This commit is contained in:
2017-12-16 19:42:24 +01:00
parent 1ea640b5f1
commit 1edabd5b74
3 changed files with 83 additions and 15 deletions

11
assets/style.css Executable file
View File

@ -0,0 +1,11 @@
table td+td {
border-left: 1px dashed green;
}
td {
font-family: monospace;
}
td.empty {
color: silver;
}