Skip to content

Commit

Permalink
Merged develop into master
Browse files Browse the repository at this point in the history
  • Loading branch information
adambreznicky committed Jan 13, 2017
2 parents f7f2d8c + 18f71dc commit 533231f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/public/src/sass/_maps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
li {
margin-bottom: 0;
}

p {
text-align: center;
width: 100%;
font-size: .75em;
}
}

.leaflet-control-defaultextent a {
Expand Down
3 changes: 3 additions & 0 deletions app/public/src/utils/NeedsLegend.es
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ function create() {
});
}
}

L.DomUtil.create('p', '', this._div)
.innerHTML = '*Zero needs not displayed';
};

return legend;
Expand Down

0 comments on commit 533231f

Please sign in to comment.