From c6079cc8a6d8f7791929268d40fd90baebfeeb53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 27 Apr 2020 15:17:57 +0200 Subject: Fix current-time marker. --- static/style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/static/style.css b/static/style.css index 5b28930c..e17f2715 100644 --- a/static/style.css +++ b/static/style.css @@ -555,14 +555,6 @@ along with their colors. .clock-22 { top: calc(100%/24 * 22); } .clock-24 { top: calc(100%/24 * 24); } -.current-time { - width: calc(100% + 2em); - height: 4px; - background: blue; - border-color: blue; - left: -1em; -} - .event-inner { /* Makes the popup's "position: absolute" be relative the event. unset, initial, and inherit all seem to work */ @@ -678,5 +670,13 @@ along with their colors. height: 100%; } +#bar { + width: calc(100% + 2em); + height: 4px; + background: blue; + border-color: blue; + left: -1em; +} + /* vim:expandtab:softtabstop=4:shiftwidth=4: */ -- cgit v1.2.3