Small CSS changes.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user