another fix
This commit is contained in:
parent
1b0b513e1f
commit
8e0ba28efa
2 changed files with 4 additions and 3 deletions
|
|
@ -28,8 +28,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#mcmap {
|
#mcmap {
|
||||||
width: 100%;
|
/*width: 100%;
|
||||||
height: 100%
|
height: 100%*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.dynmap {
|
.dynmap {
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,8 @@ body {
|
||||||
#content { color: #000; }
|
#content { color: #000; }
|
||||||
|
|
||||||
#mcmap {
|
#mcmap {
|
||||||
height: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dynmap .sidebar {
|
.dynmap .sidebar {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue