Skip to content

Commit

Permalink
Remove asset pipeline overrides for now unused images
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jan 21, 2013
1 parent 1fe5282 commit fa53a9c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/assets/stylesheets/leaflet-all.css.scss
Expand Up @@ -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");
}
Expand Down

0 comments on commit fa53a9c

Please sign in to comment.