diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-06 14:49:10 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-06 14:49:10 +0000 |
commit | 8b835c38168228641666c1cf920fe94ce07be329 (patch) | |
tree | e078ed69d10c5feec9226b430e45ad70f50f4d81 /web | |
parent | cece0e6bbb59fdfe304a81e491ad60ec0881e8f3 (diff) |
Separate out link to Stadt Zurich, and front page (fixes b2).
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/layout.scss | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index e44da655b..b791ba28a 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -45,15 +45,20 @@ body.mappage.admin .nav-wrapper-2 { body.frontpage #site-logo, #site-logo { width: 415px; - height: 16px; + height: 99px; background: url(logo_portal.jpg) top left no-repeat; top: 0; - text-indent: 0; - padding-left: 10px; + left: auto; // base set this to 0 +} + +#site-logo-text { + position: absolute; + top: 0; + z-index: 3; padding-top: 83px; + padding-left: 10px; color: #585858; font-size: 85%; - left: auto; // base set this to 0 } .nav-wrapper { |