diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-06-18 09:59:18 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-06-18 09:59:18 +0100 |
commit | 75a07fbfc7d2cd407189204a8e9a90d7fc3675cc (patch) | |
tree | e041d0a3c8fc3a3f283c4b4e31c5dc658958bb60 /web/cobrands/rutland/layout.scss | |
parent | 3ae2f6adfdac6b46d2209575d77b0cb455ca223b (diff) | |
parent | 0567cd559ba4467016c13a1a7783eab1d7832271 (diff) |
Merge branch '2107-foot-the-bill'
Diffstat (limited to 'web/cobrands/rutland/layout.scss')
-rwxr-xr-x | web/cobrands/rutland/layout.scss | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/web/cobrands/rutland/layout.scss b/web/cobrands/rutland/layout.scss index 168d31fba..a432107dd 100755 --- a/web/cobrands/rutland/layout.scss +++ b/web/cobrands/rutland/layout.scss @@ -15,10 +15,6 @@ body.frontpage #site-logo { } -body.fullwidthpage, body.twothirdswidthpage { - .container .content footer { - a.platform-logo { - background-image: url(/cobrands/fixmystreet/images/fms-platform-logo-dark.svg); - } - } +a.platform-logo { + background-image: url(/cobrands/fixmystreet/images/fms-platform-logo-dark.svg); } |