fix #95 (thanks jonatkins)

This commit is contained in:
Stefan Breunig
2013-02-14 08:47:49 +01:00
parent 4ceacf719d
commit 485b1c543b
3 changed files with 14 additions and 9 deletions

View File

@ -18,6 +18,7 @@ body:after {
html, body, #map {
height: 100%;
width: 100%;
}
body {
@ -411,11 +412,13 @@ h3 {
.imgpreview {
height: 200px;
overflow: hidden;
background: no-repeat center center;
background-size: contain;
cursor: help;
}
.imgpreview img {
cursor: help;
.imgpreview img.hide {
display: none;
}
#level {