prevent sidebar toggle flicker, make BG color more compatible with default midnight map colors

This commit is contained in:
Stefan Breunig 2013-03-10 18:38:39 +01:00
parent 47a3820a0d
commit b2b2cfd33e

View File

@ -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 {