Browse Source

Resized geo ward map

tags/last-sinatra-version
Adrian Short 14 years ago
parent
commit
c7a19ed196
3 changed files with 9 additions and 12 deletions
  1. BIN
      public/sutton-council-elections-2010-ward-map.png
  2. +8
    -10
      views/home.haml
  3. +1
    -2
      views/layout.haml

BIN
public/sutton-council-elections-2010-ward-map.png View File

Before After
Width: 940  |  Height: 1012  |  Size: 795 KiB Width: 740  |  Height: 797  |  Size: 515 KiB

+ 8
- 10
views/home.haml View File

@@ -107,14 +107,13 @@
%td.blank
%td.blank
%td.blank
#map
%p
%img{ :src => 'sutton-council-elections-2010-ward-map.png', :width =>940, :height => 1013 }
%p
Geographical results by ward map by Marshall Keene and Claire Rollo at
%a{ :href => 'http://www.sutton.gov.uk/' } Sutton Council
GIS Team

%p
%img{ :src => 'sutton-council-elections-2010-ward-map.png', :width => 740, :height => 797 }
%p
Geographical results by ward map by Marshall Keene and Claire Rollo at
%a{ :href => 'http://www.sutton.gov.uk/' } Sutton Council
GIS Team.

-#
- for ward in @wards
@@ -143,5 +142,4 @@
%label{ :for => "postcode" } My postcode is
%input{ :type => 'text', :name => 'postcode', :value => 'SM1 1EA', :size => 8, :maxlength => 8 }
%input{ :type => 'submit', :value => "Find it" }
.grid_3

+ 1
- 2
views/layout.haml View File

@@ -10,8 +10,7 @@
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
%body
.container_12
#main
= yield
= yield
.clear
#footer
.grid_12


Loading…
Cancel
Save