diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-11-01 20:37:32 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-11-01 20:37:32 +0100 |
commit | 4c206f01c7ac8a4211560f1d75b1ba9c8ef8b624 (patch) | |
tree | 48a890a7a8e590c617634accd29ca9251b3eff6f /public | |
parent | 6a6d4e52ffb2bd53539a4ab6356619ee4560bbf9 (diff) |
clean template: mark cancelled departures with strike-through
Diffstat (limited to 'public')
-rw-r--r-- | public/default.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/default.css b/public/default.css index b603966..7fc054c 100644 --- a/public/default.css +++ b/public/default.css @@ -120,6 +120,12 @@ div.displayclean li .dest { overflow: hidden; } +div.displayclean li .cancelled { + text-decoration: line-through; + text-decoration-color: red; + -moz-text-decoration-color: red; +} + div.displayclean li .countdown { color:#000000; font-size:3em; |