diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-05-26 20:31:09 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-26 20:31:09 +0200 |
commit | da0a8d4461c0d4449477e1b7a188669d496a09d1 (patch) | |
tree | e0190832474daa266a460f45a886a07219c5a3a7 /public/static | |
parent | 596f6deb1adef4200ddb3df4f02e6e98525a33a6 (diff) |
Show timestamps for train routes2.1.0
Diffstat (limited to 'public/static')
-rw-r--r-- | public/static/default.css | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/public/static/default.css b/public/static/default.css index 0ca02b0..d67ce35 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -242,18 +242,6 @@ div.app .moreinfo .timeinfo { margin-bottom: 0.6em; } -div.app .moreinfo .mroute { - margin-bottom: 0.6em; -} - -div.applight .moreinfo .mroute .separator { - color: #999999; -} - -div.appdark .moreinfo .mroute .separator { - color: #999999; -} - div.applight .moreinfo .mroute .important-stop { color: #000000; } |