From cc86fde3655198b5b5d89143985ae32b85c93b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 10 Mar 2020 22:51:42 +0100 Subject: HTML Add list of calendars. --- static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index ec249956..59d94f89 100644 --- a/static/style.css +++ b/static/style.css @@ -36,6 +36,13 @@ body { color: red; } +.calendarlist li { + list-style-type: none; + border-left-width: 1em; + border-left-style: solid; + padding-left: 1ex; +} + .small-calendar .today { border: 1px solid black; } -- cgit v1.2.3