From b2b2cfd33eff1c76b7c43abff051cb5cc68e4e97 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Sun, 10 Mar 2013 18:38:39 +0100 Subject: [PATCH] prevent sidebar toggle flicker, make BG color more compatible with default midnight map colors --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 372bb400..872dcca5 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ html, body, #map { height: 100%; width: 100%; overflow: hidden; /* workaround for #373 */ - background: #000; + background: #0e3d4e; } body { @@ -50,6 +50,7 @@ body { border-right: none; border-radius: 5px 0 0 5px; text-decoration: none; + right: 301px; /* overwritten later by the script with SIDEBAR_WIDTH */ } .enl {