From 0a33a700700fe65d0db81f335076dc089e469a19 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Tue, 4 Mar 2014 08:05:24 +0100 Subject: Compatibility with old browsers --- website/assets/css/style.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'website') diff --git a/website/assets/css/style.css b/website/assets/css/style.css index f69a263..1dcc975 100644 --- a/website/assets/css/style.css +++ b/website/assets/css/style.css @@ -58,12 +58,22 @@ ul .fa { color: #6FBEF3; } -.overbox { - margin-left: -100%; +/*.overbox { + display: none; } .overbox:target { - margin-left: 0; + display: block; +}*/ + +// old versions does not support class thingies + +#play, #map { + display: none; +} + +#play:target, #map:target { + display: block; } #game-frame { -- cgit v1.2.3