diff options
author | Camil Staps | 2020-02-10 12:14:58 +0100 |
---|---|---|
committer | Camil Staps | 2020-02-10 12:14:58 +0100 |
commit | 0ee6cdb897722726e012e86aac443a47d291927f (patch) | |
tree | 94e6a592ff568eb58dbb127913f8fcb0f74a99ca /style.css | |
parent | Deal with long lines in mail headers (diff) |
Improve formatting on list.php
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%; } |