diff --git a/less/leaflet.geolets.less b/less/leaflet.geolets.less new file mode 100644 index 0000000..f879c71 --- /dev/null +++ b/less/leaflet.geolets.less @@ -0,0 +1,10 @@ +//Map is full screen +html, body, main { + height: 100%; + margin: 0; +} + +#map { + min-height:100%; + background:grey; +} diff --git a/less/main.less b/less/main.less index cf3ed77..a407871 100644 --- a/less/main.less +++ b/less/main.less @@ -1 +1,2 @@ @import "leaflet"; +@import "leaflet.geolets.less"; diff --git a/server/templates/master.marko b/server/templates/master.marko index bb60709..c0afc0e 100644 --- a/server/templates/master.marko +++ b/server/templates/master.marko @@ -11,12 +11,13 @@ + ``