Skip to content

Commit

Permalink
Merge pull request #40 from fvargas/master
Browse files Browse the repository at this point in the history
Fix regression of bug offsetting marker icon labels #39
  • Loading branch information
scottdejonge committed Dec 18, 2015
2 parents ede7b8f + db7632d commit 3143b0d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "map-icons",
"version": "3.0.1",
"version": "3.0.2",
"description": "An icon font for use with Google Maps API and Google Places API using SVG markers and icon labels",
"homepage": "http://map-icons.com",
"authors": [
Expand Down
3 changes: 2 additions & 1 deletion dist/css/map-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
}

.map-icon-label .map-icon {
display: block;
font-size: 24px;
color: #FFFFFF;
width: 24.3438px;
width: 48px;
line-height: 48px;
text-align: center;
white-space: nowrap;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/map-icons.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "map-icons",
"description": "An icon font for use with Google Maps API and Google Places API using SVG markers and icon labels",
"version": "3.0.1",
"version": "3.0.2",
"repository": {
"type": "git",
"url": "https://github.com/scottdejonge/Map-Icons.git"
Expand Down

0 comments on commit 3143b0d

Please sign in to comment.