Added (proper) initial Leaflet support.
This commit is contained in:
parent
b9225b3ed3
commit
674b92003c
17 changed files with 950 additions and 178 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue