From 4c206f01c7ac8a4211560f1d75b1ba9c8ef8b624 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 1 Nov 2014 20:37:32 +0100 Subject: clean template: mark cancelled departures with strike-through --- public/default.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public') 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; -- cgit v1.2.3