diff options
author | Struan Donald <struan@exo.org.uk> | 2012-03-27 10:32:11 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-03-27 10:32:11 +0100 |
commit | a2fd089c48ce36b3e015845256fa688a27ff1572 (patch) | |
tree | 7a515a48153c855340ba772f046a89e3e3516cf4 /web/cobrands/bromley/layout.scss | |
parent | f682af8e012def2ee12c2e2607cad7b4fc9f2161 (diff) | |
parent | eba1039023271bac6178776f9e7d48b79a1c43e3 (diff) |
Merge remote-tracking branch 'origin/master' into bromley
Diffstat (limited to 'web/cobrands/bromley/layout.scss')
-rw-r--r-- | web/cobrands/bromley/layout.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss new file mode 100644 index 000000000..3dc34c6c7 --- /dev/null +++ b/web/cobrands/bromley/layout.scss @@ -0,0 +1,11 @@ +@import "_colours"; +@import "../fixmystreet/_layout"; + +body { + background: #fff; +} + +#front-main { + background: $primary; +} + |