From 8b9ed2e8eb9010bc3b86f2bd6ddb6e6f760cd922 Mon Sep 17 00:00:00 2001 From: Pete Warden Date: Sat, 11 Feb 2012 01:50:55 -0800 Subject: [PATCH] Fixed display issues --- views/welcome.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/welcome.haml b/views/welcome.haml index 9dbe88d..0bac110 100644 --- a/views/welcome.haml +++ b/views/welcome.haml @@ -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 @@ -744,6 +744,7 @@ var value = entry[2]; html += '('+year+', '+month+', '+value+') '; } + html += '
'; } } }