Tables now showing.
This commit is contained in:
11
assets/style.css
Executable file
11
assets/style.css
Executable file
@ -0,0 +1,11 @@
|
||||
table td+td {
|
||||
border-left: 1px dashed green;
|
||||
}
|
||||
|
||||
td {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
td.empty {
|
||||
color: silver;
|
||||
}
|
Reference in New Issue
Block a user