diff options
Diffstat (limited to 'src/static')
| -rw-r--r-- | src/static/main.css | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/static/main.css b/src/static/main.css index 927e678..2db37ed 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -19,7 +19,7 @@ body { } img { - width: 102%; /* Make location icon line up */ + width: 100%; } hr { @@ -36,6 +36,7 @@ hr { .program-entry { position: relative; + margin-bottom:0.4em; } .program-progress { @@ -51,10 +52,16 @@ hr { position: absolute; top: 0px; left: 0px; + width: 100%; } -.program-divider { - margin-bottom: 0.4em; +.program-text > * { + float: left; + white-space: preserve-spaces; +} + +.program-spacer { + color: #1a4047; } .rainbow { |
