Remove asset pipeline overrides for unused images in embedded maps

This commit is contained in:
Tom Hughes 2013-01-22 15:16:55 +00:00
parent e24415fee8
commit 05cb14b776

View file

@ -17,11 +17,3 @@ body {
width: 100%;
height: 100%;
}
.leaflet-control-zoom-in {
background-image: image-url("images/zoom-in.png");
}
.leaflet-control-zoom-out {
background-image: image-url("images/zoom-out.png");
}