aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/style.css16
1 files 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:
*/