diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-21 14:29:42 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-21 14:29:42 +0000 |
commit | d1168577039993c772bc5bc711f4442a32d93247 (patch) | |
tree | 0ac8b03d4be637882589560fbbc7d8de70da0013 | |
parent | b1542cd7f8bf32d4746477fef9b4d17f69256255 (diff) |
Translate and smudge Zurich shadow so that it's only visible at the top.
-rw-r--r-- | web/cobrands/zurich/_zurich.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/zurich/_zurich.scss b/web/cobrands/zurich/_zurich.scss index cfc89e88e..c9eb7a080 100644 --- a/web/cobrands/zurich/_zurich.scss +++ b/web/cobrands/zurich/_zurich.scss @@ -11,7 +11,7 @@ a:hover { // 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); + @include box-shadow(0 -6px 6px -5px #000); } #zurich-footer { |