From 54cf46883c2afc2a71de1066c272520367bfa6c3 Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Sun, 5 Jul 2026 17:37:30 +0200 Subject: dynamic width url parameter --- src/static/main.css | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/static/main.css') diff --git a/src/static/main.css b/src/static/main.css index 817887f..c0002a1 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -31,10 +31,6 @@ hr { /* Program */ -:root { - --line-height: 1.5em; -} - #program { white-space-collapse: collapse; /* Allow program template to be spaced legibly */ line-height: var(--line-height); @@ -57,7 +53,6 @@ hr { .program-text { position: absolute; - width: 120%; } .program-text > * { -- cgit v1.3.1