aboutsummaryrefslogtreecommitdiff
path: root/module/output
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-03-20 02:09:08 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-03-20 02:09:08 +0100
commite3a9c66b8caecda4f6475cb1ca18f22d2eaddd87 (patch)
tree5ac34f73cb370ba767bb11d0b0f88027275b8f75 /module/output
parentFix HTML wide alignment. (diff)
downloadcalp-e3a9c66b8caecda4f6475cb1ca18f22d2eaddd87.tar.gz
calp-e3a9c66b8caecda4f6475cb1ca18f22d2eaddd87.tar.xz
Reintroduce horizontal-time-markers.
Diffstat (limited to 'module/output')
-rw-r--r--module/output/html.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index d3edf08f..26cf4b86 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -251,7 +251,7 @@
;; element to make rest of grid align correct.
;; Could be extended to contain something fun.
`((div (@ (style "grid-row: 1 / span 2")) "")
- (div (@ (class "events sideclock"))
+ (div (@ (class "sideclock"))
,@(map (lambda (time)
`(div (@ (class "clock clock-" ,time))
(span (@ (class "clocktext"))