From 34352276297d2b04627d19807e3a2be313b4bf10 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Mon, 3 Mar 2014 20:39:17 +0100 Subject: Include new view in website --- website/assets/css/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'website/assets/css') diff --git a/website/assets/css/style.css b/website/assets/css/style.css index d3f4f5a..f69a263 100644 --- a/website/assets/css/style.css +++ b/website/assets/css/style.css @@ -59,16 +59,14 @@ ul .fa { } .overbox { - /*display: none;*/ margin-left: -100%; } .overbox:target { - /*display: block;*/ margin-left: 0; } -#play > * { +#game-frame { margin-top: 120px; margin-left: 90px; width: calc(100% - 180px); @@ -78,6 +76,9 @@ ul .fa { #map-frame { width: 100%; height: 100%; +} + +iframe { border: none; overflow: hidden; -} \ No newline at end of file +} -- cgit v1.2.3