Added (proper) initial Leaflet support.

This commit is contained in:
FrozenCow 2011-07-16 23:53:15 +02:00
parent b9225b3ed3
commit 674b92003c
17 changed files with 950 additions and 178 deletions

View file

@ -1,3 +1,10 @@
/* DEBUGGING */
.leaflet-tile {
margin: -1;
border: 1px solid red;
}
/*******************
* Page setup
*/
@ -39,13 +46,6 @@
margin-left:-20px
}
/* Google branding */
.dynmap > div.map > DIV > DIV:first-child + DIV,
.dynmap > div.map > DIV > DIV:first-child + DIV + DIV {
visibility: hidden !important;
}
/*******************
* Alerts are pretty.
@ -705,4 +705,4 @@
}
.infowindow {
color:black;
}
}