From 9ceb2bd6dc7796434ea9324310f9d60450f47d9e Mon Sep 17 00:00:00 2001 From: Natalie Date: Mon, 13 Jan 2020 12:23:20 -0500 Subject: [PATCH] remove styling for leaflet-marker-icon --- app/assets/stylesheets/location.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/location.css b/app/assets/stylesheets/location.css index 8ad8b6c5e1..024442402f 100644 --- a/app/assets/stylesheets/location.css +++ b/app/assets/stylesheets/location.css @@ -1,7 +1,3 @@ -.leaflet-marker-icon { - background: url("https://raw.githubusercontent.com/pointhi/leaflet-color-markers/master/img/marker-icon-black.png") ; -} - #map_content p { margin: 0; }