Skip to content

Commit

Permalink
Fixed display issues
Browse files Browse the repository at this point in the history
  • Loading branch information
petewarden committed Feb 11, 2012
1 parent 6ee3636 commit 8b9ed2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion views/welcome.haml
Expand Up @@ -229,7 +229,7 @@
.trycoordinates2demographics{:style=>"margin-top:20px; font-size: 125%;"}
Try it for yourself. Copy and paste some coordinates into the box below to see what it finds.

%textarea#coordinates2demographicstext{:style=>"width: 800px; margin-top: 10px; float:left;"} 37.769456,-122.429128
%textarea#coordinates2demographicstext{:style=>"width: 800px; margin-top: 10px;"} 37.769456,-122.429128

#uploadcoordinates2demographics.button{:style=>"width:150px; font-size: 125%;"} Find

Expand Down Expand Up @@ -744,6 +744,7 @@
var value = entry[2];
html += '('+year+', '+month+', '+value+') ';
}
html += '<br>';
}
}
}
Expand Down

0 comments on commit 8b9ed2e

Please sign in to comment.