aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-12-27 23:23:25 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-12-27 23:23:25 +0100
commit806f6eb5d72725d598d474a99b9f1209b97a881d (patch)
treef4c0e26b3168f92d49e1ce23f826693ce3315ac0 /module
parentFirst step on whole day events. (diff)
downloadcalp-806f6eb5d72725d598d474a99b9f1209b97a881d.tar.gz
calp-806f6eb5d72725d598d474a99b9f1209b97a881d.tar.xz
Fix clock-bar.
Diffstat (limited to 'module')
-rw-r--r--module/output/html.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index 1b78e9d6..3b5ed38c 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -156,7 +156,8 @@
`(div (@ (class "sideclock"))
(div (@ (class "day"))
(div (@ (class "meta")) "")
- (div (@ (class "clockbar"))
+ (div (@ (class "wholeday")) "")
+ (div (@ (class "events clockbar"))
,@(map (lambda (time)
`(div (@ (class "clock clock-" ,time))
(span (@ (class "clocktext"))