diff --git a/public/style.css b/public/style.css
index bbd040b..24e763d 100644
--- a/public/style.css
+++ b/public/style.css
@@ -41,14 +41,7 @@ input.postcode
font-size: 100%;
background-color: #fff;
text-align: left;
- margin: 40px 0 0 0;
-}
-
-.credit
-{
- text-align: left;
- font-size: 80%;
- display: none;
+ margin: 40px 0 40px 0;
}
a, a:visited
diff --git a/views/layout.haml b/views/layout.haml
index c64b457..dd0ca6d 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -2,8 +2,7 @@
!!!
%html
%head
- %title
- = @page_title ? @page_title + " - Sutton Elections" : "Sutton Elections 6 May 2010"
+ %title= @page_title ? @page_title + " - Sutton Elections" : "Sutton Parliament and Council Elections 6 May 2010"
%link{ :rel => 'stylesheet', :type => 'text/css', :href => '/style.css' }
%link{ :rel => 'stylesheet', :type => 'text/css', :href => '/print.css', :media => 'print' }
%link{ :rel => 'stylesheet', :type => 'text/css', :href => '/grid.css' }
@@ -11,10 +10,6 @@
%body
.container_12
- -#
- #header.grid_12
- %a.date{ :href => '/' } 6 May 2010
- .clear
#main
= yield
.clear
@@ -26,12 +21,14 @@
%a{ :href => '/how-the-parliament-election-works' } How the parliament election works
%p
%a{ :href => '/how-the-council-election-works' } How the council election works
- -#
- %p
- %a{ :href => '/voting' } How to vote
%p
%a{ :href => '/about' } About this website
- %p.credit
- Design
- %a{ :href => "http://adrianshort.co.uk/" } Adrian Short
- .clear
\ No newline at end of file
+
+
\ No newline at end of file