diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-15 15:06:15 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-15 15:06:15 +0000 |
commit | 0d3866367380f6fe78805d3c2482428a62dd86b5 (patch) | |
tree | 6918870b4954afdb6fa5849bb4205895c4d2c393 | |
parent | 89eab24c9042790edabcf667a66e4783256fee70 (diff) |
Only needed on map page.
-rw-r--r-- | web/cobrands/zurich/layout.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index 9c592ff31..20c758fe5 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -74,7 +74,6 @@ body.frontpage { #site-logo-text { position: absolute; - position: fixed; top: 0; z-index: 3; padding-top: 83px; @@ -82,6 +81,9 @@ body.frontpage { color: #585858; font-size: 85%; } +body.mappage #site-logo-text { + position: fixed; +} .nav-wrapper { .nav-wrapper-2 { |