From: Paul Hänsch Date: Mon, 26 Jul 2021 10:19:12 +0000 (+0200) Subject: non-bold calendar headings X-Git-Url: https://git.plutz.net/?p=webpoll;a=commitdiff_plain;h=902d53382ad0b985a5500b7f01249d8c2a92fb13 non-bold calendar headings --- diff --git a/widgets.css b/widgets.css index b0244fb..b548d38 100644 --- a/widgets.css +++ b/widgets.css @@ -6,6 +6,9 @@ table.calendar { table.calendar td { border: .5pt solid; } +table.calendar th { + font-weight: normal; +} table.calendar thead tr.monthname { border-style: solid;