diff options
-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 { |