From 7b4a27f55498d11ba727e4dc55ec1f6ac433b793 Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Sun, 5 Jul 2026 12:50:00 +0200 Subject: web - grey dots as spacers for your eyes to follow the line --- src/static/main.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'src/static') diff --git a/src/static/main.css b/src/static/main.css index 927e678..2db37ed 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -19,7 +19,7 @@ body { } img { - width: 102%; /* Make location icon line up */ + width: 100%; } hr { @@ -36,6 +36,7 @@ hr { .program-entry { position: relative; + margin-bottom:0.4em; } .program-progress { @@ -51,10 +52,16 @@ hr { position: absolute; top: 0px; left: 0px; + width: 100%; } -.program-divider { - margin-bottom: 0.4em; +.program-text > * { + float: left; + white-space: preserve-spaces; +} + +.program-spacer { + color: #1a4047; } .rainbow { -- cgit v1.3.1