aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-15 15:06:15 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-15 15:06:15 +0000
commit0d3866367380f6fe78805d3c2482428a62dd86b5 (patch)
tree6918870b4954afdb6fa5849bb4205895c4d2c393 /web
parent89eab24c9042790edabcf667a66e4783256fee70 (diff)
Only needed on map page.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/zurich/layout.scss4
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 {