Skip to content

Commit

Permalink
better placeholder, styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Allen committed Dec 4, 2012
1 parent c4ed0d3 commit f48239d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,16 @@
height: 500px;
text-align: center;
position: relative;
margin: 20px 0;
}

#map {
display: block;
position: absolute;
background: #fff;
display: block;
width: 100%;
height: 100%;
margin: 20px 0;
margin: 0;
}

path.state {
Expand All @@ -81,8 +82,8 @@
position: absolute;
z-index: -1;
display: block;
left: 18px;
top: 41px;
left: 0;
top: 0;
}

</style>
Expand Down Expand Up @@ -129,6 +130,10 @@ <h2>About</h2>
</div>
<script>

if (!document.createElementNS) {
document.getElementsByTagName("form")[0].style.display = "none";
}

// field definitions from:
// <http://www.census.gov/popest/data/national/totals/2011/files/NST-EST2011-alldata.pdf>
var percent = (function() {
Expand Down
Binary file modified placeholder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f48239d

Please sign in to comment.