diff options
| author | user@node5.net <user@node5.net> | 2026-07-04 16:14:33 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2026-07-04 16:15:44 +0200 |
| commit | b6d2fa58fbe8c2f824743a07827ebbe3efa7f0d3 (patch) | |
| tree | 4e16559657befc275539b1736ee0218b168e495b /src/static | |
| parent | 8f6506ebe31a97b9f5f1fc87b64a73b79c5caa33 (diff) | |
program template - space it more legibly
Diffstat (limited to 'src/static')
| -rw-r--r-- | src/static/main.css | 4 |
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; } |
