Skip to content

Commit

Permalink
Move map attribution to the about modal.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadyan committed May 6, 2015
1 parent 925a33d commit 124c163
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ <h5>Data Sources</h5>
<ul>
<li><a href="http://www.census.gov/acs/www/" target="_blank">American Community Survey (Census)</a></li>
<li><a href="http://metrobostondatacommon.org/" target="_blank">The Boston Foundation/MAPC Data Common</a></li>
<li>Maps served by <a href="http://leafletjs.com/" target="_blank">Leaflet</a></li>
<li>Map tiles by <a href="http://stamen.com/" target="_blank">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/3.0" target="_blank">CC BY 3.0</a></li>
<li>Data by <a href="http://openstreetmap.org/" target="_blank">OpenStreetMap</a>, under <a href="http://www.openstreetmap.org/copyright" target="_blank">ODbL</a></li>
</ul>

<h5>Who We Are</h5>
Expand Down
4 changes: 4 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ div.map > h2 {
z-index: 500;
}

.leaflet-bottom {
display: none;
}

.sidebar {
background-color: #F5F5F5;
width: 100%;
Expand Down

0 comments on commit 124c163

Please sign in to comment.