diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-01-03 15:48:45 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-01-03 15:49:36 +0000 |
commit | 9c60c7cb872b6bc15b2389dcc0e455ec2bf9ffd6 (patch) | |
tree | 8d2afa8353030e9e2dd0ec17d4c0610f24400d39 | |
parent | 3af2658153e35599c50a51c3a85a05e0e365e071 (diff) |
[UK,FixaMinGata] Do not load tile.jpg on map page.
It is never visible, being behind header/ map/ sidebar.
-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 { |