diff options
-rw-r--r-- | web/cobrands/fixamingata/layout.scss | 4 | ||||
-rw-r--r-- | web/cobrands/fixmystreet.com/layout.scss | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/web/cobrands/fixamingata/layout.scss b/web/cobrands/fixamingata/layout.scss index 2d82af1ad..bae9cd89b 100644 --- a/web/cobrands/fixamingata/layout.scss +++ b/web/cobrands/fixamingata/layout.scss @@ -67,6 +67,10 @@ h3, h4, @import "_colours"; @import "../sass/layout"; +body.mappage { + background-image: none; +} + #site-header { background: $map_nav_bg; padding: 1em 0; diff --git a/web/cobrands/fixmystreet.com/layout.scss b/web/cobrands/fixmystreet.com/layout.scss index e42dbacf7..0e37c9723 100644 --- a/web/cobrands/fixmystreet.com/layout.scss +++ b/web/cobrands/fixmystreet.com/layout.scss @@ -73,6 +73,9 @@ body { background-size: 500px; } } +body.mappage { + background-image: none; +} // Tiled background stripe, not plain colour #front-main { |