From 4c95dcabfcfb97673389df1f30fd291336faf0cc Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Fri, 7 May 2010 00:37:38 +0100 Subject: [PATCH] Minor layout changes --- views/home.haml | 5 ++++- views/wards.haml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/views/home.haml b/views/home.haml index 80cb0ce..b2c44ef 100644 --- a/views/home.haml +++ b/views/home.haml @@ -19,4 +19,7 @@ %form{ :method => 'get', :action => '/' } %label{ :for => "postcode" } My postcode is %input{ :type => 'text', :name => 'postcode', :value => 'SM1 1EA', :size => 8, :maxlength => 8 } - %input{ :type => 'submit', :value => "Find it" } \ No newline at end of file + %input{ :type => 'submit', :value => "Find it" } + +.grid_3 + \ No newline at end of file diff --git a/views/wards.haml b/views/wards.haml index 4b68377..4e4e07a 100644 --- a/views/wards.haml +++ b/views/wards.haml @@ -51,7 +51,7 @@ = candidate.surname %br %span.candidate_party.org - = candidate.party.name + = candidate.party.name .grid_6 - for candidate in @ward.councilcandidates