diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index 3f1555a57..6d2f0744a 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -11,6 +11,13 @@ display:none !important; } +body { + // temp map background + background:url(images/temp-map.jpg) center fixed; + z-index: -2; + position: relative; + // temp map background +} // Page wrapper and header bits follow |