diff --git a/views/about.haml b/views/about.haml index 8447097..8122fea 100644 --- a/views/about.haml +++ b/views/about.haml @@ -8,7 +8,7 @@ You can contact me by email at %a.email{ :href => "mailto:adrian.short@gmail.com" } adrian.short@gmail.com and - %a{ :href => "http://twitter.com/adrianshort" } follow me on Twitter + %a.url{ :href => "http://twitter.com/adrianshort" } follow me on Twitter \. %p.highlight This site is independent of Sutton Council, all political parties and candidates. diff --git a/views/wards.haml b/views/wards.haml index 869e560..efc7a13 100644 --- a/views/wards.haml +++ b/views/wards.haml @@ -9,14 +9,17 @@ .clear .grid_6 - %h1 - = @ward.constituency.name + %h1.adr + %span.locality + = @ward.constituency.name MP candidates .grid_6 - %h1 - = @ward.name - ward council candidates + %h1.adr + %span.locality + = @ward.name + ward + council candidates .clear @@ -65,4 +68,5 @@ = candidate.surname %br %span.candidate_party.org - = candidate.party.name \ No newline at end of file + = candidate.party.name + \ No newline at end of file