diff options
author | Jon Kristensen <info@jonkri.com> | 2014-12-16 15:03:05 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-02-16 15:50:44 +0000 |
commit | 94f41d641a58b597afe5072e7947925bf293a3ce (patch) | |
tree | 31b3ab304ec744b2e842bebc69930d6731afaa48 | |
parent | 46dd549d73cbe7d6c490cb71b90274337f09d79e (diff) |
[FixaMinGata] Put white background in footer
-rw-r--r-- | web/cobrands/fixamingata/layout.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/cobrands/fixamingata/layout.scss b/web/cobrands/fixamingata/layout.scss index 133fedc78..15a09ec77 100644 --- a/web/cobrands/fixamingata/layout.scss +++ b/web/cobrands/fixamingata/layout.scss @@ -113,3 +113,5 @@ h3, h4 { } #postcodeForm { margin-left: -1em !important; margin-right: -1em !important; } + +body.fullwidthpage .container .content footer .tablewrapper { background: #fff; } |