From d44c3620cc8824af467e710b3dee65c47ae458b1 Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Sun, 22 May 2011 22:02:11 +0200 Subject: [PATCH] Fixed errorous css with Opera (thanks Lycano!) --- web/css/dynmap_style.css | 12 ------------ web/css/standalone.css | 8 ++++++-- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/web/css/dynmap_style.css b/web/css/dynmap_style.css index ca4937c6..72075c91 100644 --- a/web/css/dynmap_style.css +++ b/web/css/dynmap_style.css @@ -27,18 +27,6 @@ * Map Setup */ -#mcmap { - /*width: 100%; - height: 100%*/ -} - -.dynmap { - width: 100%; - height: 100%; - overflow: hidden; - position: relative; -} - .dynmap > .map { width: 100%; height: 100%; diff --git a/web/css/standalone.css b/web/css/standalone.css index a7031590..4102c2d0 100644 --- a/web/css/standalone.css +++ b/web/css/standalone.css @@ -22,9 +22,13 @@ body { #content { color: #000; } -#mcmap { +#mcmap { width: 100%; height: 100%;} + +.dynmap { width: 100%; - height: 100%; + height: 100%; + overflow: hidden; + position: absolute; } .dynmap .sidebar {