summaryrefslogtreecommitdiff
path: root/src/static/main.css
diff options
context:
space:
mode:
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 > * {