diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-04-16 17:58:30 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-04-16 17:58:30 +0100 |
commit | 5bae106ed685f4a16d2974c3784fbef97ffd4c85 (patch) | |
tree | 1767094e5caf63180db1d7c233648f36c46b747f | |
parent | 062239865bebfef75d1300d7899dcacdc431396c (diff) |
Bromley wording fix, and bottom margin also.
-rw-r--r-- | templates/web/bromley/index.html | 2 | ||||
-rw-r--r-- | web/cobrands/bromley/layout.scss | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/bromley/index.html b/templates/web/bromley/index.html index 6398eba02..59ba8ac5c 100644 --- a/templates/web/bromley/index.html +++ b/templates/web/bromley/index.html @@ -33,7 +33,7 @@ Modernizr.load({ %] <form action="[% c.uri_for('/around') %]" method="get" name="postcodeForm" id="postcodeForm"> - <label for="pc">Enter a Bromley Council postcode, or street name and area:</label> + <label for="pc">Enter a Bromley postcode, or street name and area:</label> <div> <input type="text" name="pc" value="" id="pc" size="10" maxlength="200" placeholder="[% tprintf(loc('e.g. ā%sā or ā%sā'), c.cobrand.example_places) %]"> <input type="submit" value="[% loc('Go') %]" id="submit"> diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss index 45115dc2f..cd89dc890 100644 --- a/web/cobrands/bromley/layout.scss +++ b/web/cobrands/bromley/layout.scss @@ -49,6 +49,7 @@ body.frontpage { // White background, so no shadow needed. .content { margin-top: 0; + margin-bottom: 0; @include box-shadow(none); } .ie6, .ie7, .ie8 { |