1
0

Small CSS changes.

This commit is contained in:
2017-12-16 20:17:11 +01:00
parent 1edabd5b74
commit 9f6e0b7136
2 changed files with 12 additions and 3 deletions

View File

@ -1,11 +1,20 @@
body {
font-family: sans-serif;
}
table td+td {
border-left: 1px dashed green;
border-left: 1px dashed silver;
text-align: center;
}
td {
font-family: monospace;
}
td.ref {
font-weight: bold;
}
td.empty {
color: silver;
}