From 3ce02171801a93f8b0ce782b25b0cadc6bed720d Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Sun, 10 Mar 2013 17:41:19 +0100 Subject: [PATCH] =?UTF-8?q?add=20black=20bg=20to=20styles,=20maybe=20this?= =?UTF-8?q?=20sets=20the=20BG=20on=20IITCM=20when=20the=20"Your=20account?= =?UTF-8?q?=20is=20not=20enabled=20to=20play=E2=80=A6"=20message=20pops=20?= =?UTF-8?q?up?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 9029c23e..372bb400 100644 --- a/style.css +++ b/style.css @@ -4,6 +4,7 @@ html, body, #map { height: 100%; width: 100%; overflow: hidden; /* workaround for #373 */ + background: #000; } body {