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