aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-04 01:46:37 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-04 01:46:37 +0200
commitce272b911930ab7ff9946ef91cced9788e7b6c8a (patch)
tree14bdc268facb57a6bf42c8ba395c89e5f8d6a8a7
parentAdd header for month layout. (diff)
downloadcalp-ce272b911930ab7ff9946ef91cced9788e7b6c8a.tar.gz
calp-ce272b911930ab7ff9946ef91cced9788e7b6c8a.tar.xz
Made dates in month-view slightly smaller.
-rw-r--r--static/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 7bfdf42b..dc8dcdfd 100644
--- a/static/style.css
+++ b/static/style.css
@@ -392,7 +392,8 @@ along with their colors.
}
.meta .daydate {
- font-size: 200%;
+ white-space: nowrap;
+ font-size: 150%;
}
.event {