Fixed errorous css with Opera (thanks Lycano!)
This commit is contained in:
parent
7219625b04
commit
e22b50aa88
2 changed files with 6 additions and 14 deletions
|
|
@ -27,18 +27,6 @@
|
||||||
* Map Setup
|
* Map Setup
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#mcmap {
|
|
||||||
/*width: 100%;
|
|
||||||
height: 100%*/
|
|
||||||
}
|
|
||||||
|
|
||||||
.dynmap {
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dynmap > .map {
|
.dynmap > .map {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
||||||
|
|
@ -22,9 +22,13 @@ body {
|
||||||
|
|
||||||
#content { color: #000; }
|
#content { color: #000; }
|
||||||
|
|
||||||
#mcmap {
|
#mcmap { width: 100%; height: 100%;}
|
||||||
|
|
||||||
|
.dynmap {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dynmap .sidebar {
|
.dynmap .sidebar {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue