aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-05 23:52:46 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-05 23:52:46 +0200
commita3d0afb73ebb92ef05bc76bd5579d67ee7b69cca (patch)
treea70d407dab0bca6c2b2fbf46d1b5a0f947c08023
parentMade script work better for month view. (diff)
downloadcalp-a3d0afb73ebb92ef05bc76bd5579d67ee7b69cca.tar.gz
calp-a3d0afb73ebb92ef05bc76bd5579d67ee7b69cca.tar.xz
Made small-calendar have box-sizing border-box.
-rw-r--r--static/style.css1
1 files changed, 1 insertions, 0 deletions
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 {