diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-31 16:57:32 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-31 16:57:39 +0000 |
commit | 97c956648171a0fafbe0a00bd432ee4662203ec6 (patch) | |
tree | d0ef78bf1a4474da61df814392ef78a1d571e68d /web | |
parent | 86620901fc93ddf71703b2183125d753d5cc3503 (diff) |
Shadow from Zurich header on to map (fixes a37).
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/layout.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index cc15d1fe3..42e4d81ac 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -28,6 +28,9 @@ body.mappage .content { border: 1px solid #666; } } +body.mappage .nav-wrapper-2 { + @include box-shadow(0 0 6px 1px #000); +} // Different header and logo #site-header .container { |