From 94f41d641a58b597afe5072e7947925bf293a3ce Mon Sep 17 00:00:00 2001 From: Jon Kristensen Date: Tue, 16 Dec 2014 15:03:05 +0100 Subject: [FixaMinGata] Put white background in footer --- web/cobrands/fixamingata/layout.scss | 2 ++ 1 file changed, 2 insertions(+) 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; } -- cgit v1.2.3