Skip to content

Commit

Permalink
renamed locationlist container for good
Browse files Browse the repository at this point in the history
  • Loading branch information
mithron committed Aug 22, 2014
1 parent 3fbacda commit bcd5868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/leaflet.locationlist.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.leaflet-bar .leaflet-control-location-list-arrow-next {
.leaflet-bar .leaflet-control-locationlist-arrow-next {
background-image: url('../img/icon-next.png');
float: left;
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-top-right-radius: 4px !important;
border-bottom-right-radius: 4px !important; }
.leaflet-bar .leaflet-control-location-list-arrow-prev {
.leaflet-bar .leaflet-control-locationlist-arrow-prev {
background-image: url('../img/icon-prev.png');
float: left;
border-top-left-radius: 4px !important;
Expand Down

0 comments on commit bcd5868

Please sign in to comment.