merged latest changes, added ability to embed dynmap into a website.
This commit is contained in:
parent
3fd0ed89b0
commit
689df03b78
3 changed files with 26 additions and 22 deletions
24
web/standalone.css
Normal file
24
web/standalone.css
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
/*******************
|
||||
* Page setup
|
||||
*/
|
||||
|
||||
html {
|
||||
height: 100%
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
|
||||
font-family: sans-serif;
|
||||
font-size: 11px;
|
||||
|
||||
color: #fff;
|
||||
background: #000;
|
||||
|
||||
margin: 0px;
|
||||
padding: 0px ;
|
||||
}
|
||||
|
||||
/* Chat Balloons */
|
||||
|
||||
#content { color: #000; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue