From: Paul Hänsch Date: Sun, 25 Jul 2021 20:15:52 +0000 (+0200) Subject: improved calendar proportions X-Git-Url: https://git.plutz.net/?p=webpoll;a=commitdiff_plain;h=a5a3d33ee6fcfe0684cf27318e05a74e72b51de1 improved calendar proportions --- diff --git a/widgets.css b/widgets.css index 594e115..b0244fb 100644 --- a/widgets.css +++ b/widgets.css @@ -4,25 +4,30 @@ table.calendar { vertical-align: top; } table.calendar td { - border: 1pt solid; + border: .5pt solid; } table.calendar thead tr.monthname { border-style: solid; - border-width: 1pt 1pt 1pt 1pt; + border-width: .5pt .5pt .5pt .5pt; + line-height: 1.5em; + font-size: 1.125em; +} +table.calendar thead tr.weekday { + line-height: 1.5em; } table.calendar thead tr.weekday th:first-of-type { border-style: solid; - border-width: 0pt 0pt 0pt 1pt; + border-width: 0pt 0pt 0pt .5pt; } table.calendar thead tr.weekday th:last-child { - border-right: 1pt solid; + border-right: .5pt solid; } table.calendar tbody tr th { - border-left: 1pt solid #000; + border-left: .5pt solid #000; } table.calendar tbody tr:last-child th { - border-bottom: 1pt solid #000; + border-bottom: .5pt solid #000; } table.calendar tbody tr th.weekno {