aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Angell <josh@supercooldesign.co.uk>2012-02-14 16:19:56 +0000
committerJosh Angell <josh@supercooldesign.co.uk>2012-02-14 16:19:56 +0000
commitd0b2f97e3f1230770427bed5093dc8362e742000 (patch)
tree64ff4433a695126610af9672a89e769b41a9adec
parente23d5b1c63ea9568fcc1caef592a4ec0ed2702ba (diff)
Add temp map background
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
-rw-r--r--web/cobrands/fixmystreet/layout.scss7
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