mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-02 16:49:56 +01:00
15 lines
300 B
CSS
15 lines
300 B
CSS
/* Embedded into website */
|
|
|
|
#mcmap {
|
|
width: 100%;
|
|
height: 500px;
|
|
}
|
|
|
|
.dynmap .sidebar {
|
|
width: 140px; /* original width 200px */
|
|
margin-right: -143px; /* original margin 203px, sidebar width +2xborder 1px +1px to hide */
|
|
}
|
|
|
|
.dynmap .hitbar {
|
|
right: 140px; /* width of sidebar */
|
|
} |