Renamed embedded.css to embedded_example.css.
This commit is contained in:
parent
07010f36ac
commit
072924a2a5
1 changed files with 0 additions and 0 deletions
15
web/embedded_example.css
Normal file
15
web/embedded_example.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/* 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 */
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue