summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
Diffstat (limited to 'src/static')
-rw-r--r--src/static/main.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/main.css b/src/static/main.css
index 0d20ba6..927e678 100644
--- a/src/static/main.css
+++ b/src/static/main.css
@@ -30,6 +30,10 @@ hr {
}
/* Program */
+#program {
+ white-space-collapse: collapse; /* Allow program template to be spaced legibly */
+}
+
.program-entry {
position: relative;
}