aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-21 14:29:42 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-21 14:29:42 +0000
commitd1168577039993c772bc5bc711f4442a32d93247 (patch)
tree0ac8b03d4be637882589560fbbc7d8de70da0013
parentb1542cd7f8bf32d4746477fef9b4d17f69256255 (diff)
Translate and smudge Zurich shadow so that it's only visible at the top.
-rw-r--r--web/cobrands/zurich/_zurich.scss2
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 {