From c72de8aff020836064cf4b7e7f5fcc170a31b67b Mon Sep 17 00:00:00 2001 From: David Molineus Date: Mon, 29 Dec 2014 18:13:46 +0100 Subject: [PATCH] Add tick marks so that Contao will rewrite the paths. --- module/assets/leaflet/leaflet/leaflet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/assets/leaflet/leaflet/leaflet.css b/module/assets/leaflet/leaflet/leaflet.css index 1232550..3b944df 100644 --- a/module/assets/leaflet/leaflet/leaflet.css +++ b/module/assets/leaflet/leaflet/leaflet.css @@ -278,12 +278,12 @@ border-radius: 5px; } .leaflet-control-layers-toggle { - background-image: url(images/layers.png); + background-image: url('images/layers.png'); width: 36px; height: 36px; } .leaflet-retina .leaflet-control-layers-toggle { - background-image: url(images/layers-2x.png); + background-image: url('images/layers-2x.png'); background-size: 26px 26px; } .leaflet-touch .leaflet-control-layers-toggle {