From 82cd952aa2a8ef2ef83f8d4080d8ca124d3cc31c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 16 Apr 2020 23:23:30 +0200 Subject: Add week numbers to HTML small calendar. --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 2bf4d125..7028a785 100644 --- a/static/style.css +++ b/static/style.css @@ -199,6 +199,10 @@ Each event within the eventlist border-bottom: 1px solid black; } +.small-calendar td:nth-child(1) { + border-right: 1px solid black; +} + .small-calendar .prev, .small-calendar .next { color: grey; -- cgit v1.2.3