Skip to content

Commit

Permalink
Merge pull request #217 from dwnoble/master
Browse files Browse the repository at this point in the history
Fixed image size for retina spritesheet icons
  • Loading branch information
jacobtoye committed Nov 19, 2013
2 parents 590f096 + 5d999d5 commit b95ce16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/leaflet.draw.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

.leaflet-retina .leaflet-draw-toolbar a {
background-image: url('images/spritesheet-2x.png');
background-size: 210px 30px;
background-size: 270px 30px;
}

.leaflet-draw a {
Expand Down

0 comments on commit b95ce16

Please sign in to comment.