diff options
author | Henry Castro <hcastro@collabora.com> | 2016-08-21 16:07:01 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2016-08-21 16:08:40 -0400 |
commit | 23a71ac35bb889771b6b55ae2debd9ee0b33c113 (patch) | |
tree | 2a68f1cd7bf6e8995351339d9667edcccc3f15ec /loleaflet/dist/leaflet.css | |
parent | df0339422353dc8a75641415e564c1e35d9503d9 (diff) |
loleaflet: add L.Control.MetricInput
Diffstat (limited to 'loleaflet/dist/leaflet.css')
-rw-r--r-- | loleaflet/dist/leaflet.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/loleaflet/dist/leaflet.css b/loleaflet/dist/leaflet.css index eeeb24cce..5b0c8f14d 100644 --- a/loleaflet/dist/leaflet.css +++ b/loleaflet/dist/leaflet.css @@ -111,6 +111,9 @@ .leaflet-top { top: 0; } +.leaflet-middle { + left: 50%; + } .leaflet-right { right: 0; } |