diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-11 13:14:17 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-11 13:14:17 +0000 |
commit | af36607c4f6b5cceb50f2c716b85c8b58df5576c (patch) | |
tree | 422771895af808dc357a65845f1d340003df5f4d /web/cobrands/zurich/_zurich.scss | |
parent | 9b2edd5f41d85855f06446d0dc3a9444c2c579b9 (diff) |
Add static map to front page (36).
Diffstat (limited to 'web/cobrands/zurich/_zurich.scss')
-rw-r--r-- | web/cobrands/zurich/_zurich.scss | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/web/cobrands/zurich/_zurich.scss b/web/cobrands/zurich/_zurich.scss index b71670a92..cfc89e88e 100644 --- a/web/cobrands/zurich/_zurich.scss +++ b/web/cobrands/zurich/_zurich.scss @@ -8,9 +8,14 @@ a:hover { text-decoration: underline; } +// mySociety addition for box shadow on front page with static image +body.frontpage #zurich-footer-wrapper { + padding: 1px 0; + @include box-shadow(0 0 6px 1px #000); +} + #zurich-footer { - margin-top: 2em; // mySociety - margin-left: 12px; // mySociety + margin: 2em auto; // mySociety font-size: 67.5%; line-height: 1.5em; clear: both; |