diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -14,12 +14,24 @@ tr:first-child { border-bottom: 1px solid black; } +tr.new-month { + border-top: 1px dotted #888; +} + th, td { padding-right: 1em; text-align: left; vertical-align: top; } +td { + font-size: 90%; +} + +td.large { + font-size: initial; +} + .description { font-size: 85%; } |