Fixed errorous css with Opera (thanks Lycano!)
This commit is contained in:
parent
fe25cb6a0f
commit
d44c3620cc
2 changed files with 6 additions and 14 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue