Fixed errorous css with Opera (thanks Lycano!)

This commit is contained in:
FrozenCow 2011-05-22 22:02:11 +02:00
parent fe25cb6a0f
commit d44c3620cc
2 changed files with 6 additions and 14 deletions

View file

@ -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%;

View file

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