diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-12-07 13:39:31 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-12-07 13:39:31 +0000 |
commit | b65f0cc2677f99eff2eba72fa73589ace15580f4 (patch) | |
tree | 659f267e52d3cd364a351614b95e9fb41821f0f3 | |
parent | 2323bc1a34ee85267e410bcc0ea5922054fa8bbc (diff) |
Minor Zurich footer tweaks to remove from map page and have more spacing.
-rw-r--r-- | web/cobrands/zurich/_zurich.scss | 2 | ||||
-rw-r--r-- | web/cobrands/zurich/layout.scss | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/web/cobrands/zurich/_zurich.scss b/web/cobrands/zurich/_zurich.scss index 49bdbc187..b71670a92 100644 --- a/web/cobrands/zurich/_zurich.scss +++ b/web/cobrands/zurich/_zurich.scss @@ -9,7 +9,7 @@ a:hover { } #zurich-footer { - margin-top: 1em; // mySociety + margin-top: 2em; // mySociety margin-left: 12px; // mySociety font-size: 67.5%; line-height: 1.5em; diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index a882d331d..82ae2be75 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -65,6 +65,9 @@ body.mappage { #main-nav ul#main-menu li span { padding: 0.75em; } + #zurich-footer { + display: none; + } } body.twothirdswidthpage { |