diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-01-21 10:46:11 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-01-21 10:46:11 +0100 |
commit | dc89b1dcc52878a404b9b91d8103ebc5e52feb9a (patch) | |
tree | 87ef84a9d9c4c80eed5b1922e0648c343e99363b /public | |
parent | f3679cb23f0d514169f25637f79c2f9ac6101e20 (diff) |
show arrival and departure times in detailed mode
Diffstat (limited to 'public')
-rw-r--r-- | public/static/default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/static/default.css b/public/static/default.css index 75177d6..2808e46 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -341,10 +341,10 @@ div.displayclean li .countdown .changed-platform { div.displayclean li .time { background-color: inherit; - font-size:2.4em; + font-size:2.3em; position:absolute; right:5px; - top:5px; + top:4px; padding-left: 0.2em; } |