From 0ee6cdb897722726e012e86aac443a47d291927f Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 10 Feb 2020 12:14:58 +0100 Subject: Improve formatting on list.php --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index d9ad143..647250e 100644 --- a/style.css +++ b/style.css @@ -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%; } -- cgit v1.2.3