diff options
-rw-r--r-- | templates/web/bromley/before_wrapper.html | 10 | ||||
-rw-r--r-- | templates/web/bromley/report/new/top_message.html | 1 | ||||
-rw-r--r-- | web/cobrands/bromley/base.scss | 4 |
3 files changed, 0 insertions, 15 deletions
diff --git a/templates/web/bromley/before_wrapper.html b/templates/web/bromley/before_wrapper.html deleted file mode 100644 index f88e46d8c..000000000 --- a/templates/web/bromley/before_wrapper.html +++ /dev/null @@ -1,10 +0,0 @@ -<div class="top_banner"> - <p> - Whilst reports will be actioned in the usual way, please be aware that - there will be a temporary slightly longer response of 1 working day as - a back office software upgrade is taking place. - </p> - <p> - <a href="https://www.bromley.gov.uk/info/200119/customer_services/1022/contact_us_by_telephone">Please report urgent matters by calling us</a>. - </p> -</div> diff --git a/templates/web/bromley/report/new/top_message.html b/templates/web/bromley/report/new/top_message.html deleted file mode 100644 index 04e265adc..000000000 --- a/templates/web/bromley/report/new/top_message.html +++ /dev/null @@ -1 +0,0 @@ -[% INCLUDE 'before_wrapper.html' %]
\ No newline at end of file diff --git a/web/cobrands/bromley/base.scss b/web/cobrands/bromley/base.scss index 768507173..9435aa35d 100644 --- a/web/cobrands/bromley/base.scss +++ b/web/cobrands/bromley/base.scss @@ -371,10 +371,6 @@ body.mappage { } } -body.mappage > .top_banner { - display: none; -} - // Bromley's footer .site-footer { width: 100%; |