From e3a9c66b8caecda4f6475cb1ca18f22d2eaddd87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 20 Mar 2020 02:09:08 +0100 Subject: Reintroduce horizontal-time-markers. --- module/output/html.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/output/html.scm') 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")) -- cgit v1.2.3