Skip to content

Commit

Permalink
Merge pull request #60 from andrewshadura/patch-1
Browse files Browse the repository at this point in the history
Use proper minus sign (U+2212)
  • Loading branch information
Peter Thorin committed Mar 5, 2014
2 parents 0e9907f + 4ab8291 commit f78f62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/L.Control.Zoomslider.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
font: bold 22px 'Lucida Console', Monaco, monospace;
}
.leaflet-control-zoomslider-out:after{
content:"-"
content:""
}
.leaflet-control-zoomslider a.leaflet-control-zoomslider-disabled {
cursor: default;
Expand Down Expand Up @@ -119,4 +119,4 @@
}
.leaflet-oldie .leaflet-control-zoomslider-out {
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '-');
}
}

0 comments on commit f78f62b

Please sign in to comment.