vendor/assets/stylesheets/leaflet.css in leaflet-rails-0.4.0.alpha1 vs vendor/assets/stylesheets/leaflet.css in leaflet-rails-0.4.0.alpha2
- old
+ new
@@ -152,26 +152,26 @@
.leaflet-touch .leaflet-control-zoom a {
width: 27px;
height: 27px;
}
.leaflet-control-zoom-in {
- background-image: url(images/zoom-in.png);
+ background-image: url(zoom-in.png);
margin-bottom: 5px;
}
.leaflet-control-zoom-out {
- background-image: url(images/zoom-out.png);
+ background-image: url(zoom-out.png);
}
.leaflet-control-layers {
box-shadow: 0 1px 7px #999;
background: #f8f8f9;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
.leaflet-control-layers a {
- background-image: url(images/layers.png);
+ background-image: url(layers.png);
width: 36px;
height: 36px;
}
.leaflet-touch .leaflet-control-layers a {
width: 44px;
@@ -360,7 +360,7 @@
}
.leaflet-popup-content {
font: 12px/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.leaflet-popup-close-button {
- background: white url(images/popup-close.png);
+ background: white url(popup-close.png);
}