summaryrefslogtreecommitdiff
path: root/src/static/main.css
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-07-05 17:37:30 +0200
committeruser@node5.net <user@node5.net>2026-07-05 18:57:22 +0200
commit54cf46883c2afc2a71de1066c272520367bfa6c3 (patch)
tree95293ec8e9c5269539703dc7d4f5bcda72ce1fc6 /src/static/main.css
parent2826c97f429c4edb584f692d169544129944a1cc (diff)
dynamic width url parameter
Diffstat (limited to 'src/static/main.css')
-rw-r--r--src/static/main.css5
1 files changed, 0 insertions, 5 deletions
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 > * {