New buttons and example override css by lechd.
This commit is contained in:
parent
f80385e1af
commit
cd4027495c
5 changed files with 27 additions and 0 deletions
24
web/override_example.css
Normal file
24
web/override_example.css
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
/*******************
|
||||
* This is the over-ride CSS file.
|
||||
*
|
||||
* if you know any CSS you can easily add any custom rules to change how
|
||||
* Dynmap looks for your particular install.
|
||||
*
|
||||
* Simply uncomment the override.css in the index.html and rename this file
|
||||
* to override.css to use these custom rules.
|
||||
*
|
||||
* By adding these rules here you can easily save your changes between updates.
|
||||
*/
|
||||
|
||||
|
||||
/* IE : Use the alternate compass image */
|
||||
|
||||
.compass {
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
|
||||
background-image: url(compass_alt.png);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue