From: Tom Hughes Date: Mon, 21 Jan 2013 22:50:08 +0000 (+0000) Subject: Remove asset pipeline overrides for now unused images X-Git-Tag: live~5160 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/fa53a9c6805b5903cf1d2cbb27b299b7d970d995 Remove asset pipeline overrides for now unused images --- diff --git a/app/assets/stylesheets/leaflet-all.css.scss b/app/assets/stylesheets/leaflet-all.css.scss index 3d9c381c0..f983149da 100644 --- a/app/assets/stylesheets/leaflet-all.css.scss +++ b/app/assets/stylesheets/leaflet-all.css.scss @@ -6,14 +6,6 @@ */ /* Override to serve images through the asset pipeline. */ -.leaflet-control-zoom-in { - background-image: image-url("images/zoom-in.png"); -} - -.leaflet-control-zoom-out { - background-image: image-url("images/zoom-out.png"); -} - .leaflet-control-layers-toggle { background-image: image-url("images/layers.png"); }