From a3d0afb73ebb92ef05bc76bd5579d67ee7b69cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 5 Apr 2020 23:52:46 +0200 Subject: Made small-calendar have box-sizing border-box. --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 7651e9f6..bd74a239 100644 --- a/static/style.css +++ b/static/style.css @@ -201,6 +201,7 @@ Each event within the eventlist .small-calendar td { padding: 5px; + box-sizing: border-box; } .small-calendar td a { -- cgit v1.2.3