diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 20:48:38 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 20:48:38 +0000 |
commit | d1bde46699093e730c54552407d637e970fc8904 (patch) | |
tree | 35e1b16306e15be0d9c3c9e9661ff1dc6862a700 | |
parent | 0064588dc965a6ef593a86038b162209942e79f0 (diff) |
Fix link order so that you can click on Zurich banner logo.
-rw-r--r-- | templates/web/zurich/header.html | 2 | ||||
-rw-r--r-- | web/cobrands/zurich/layout.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/zurich/header.html b/templates/web/zurich/header.html index 8dafd2ff3..7d18459b8 100644 --- a/templates/web/zurich/header.html +++ b/templates/web/zurich/header.html @@ -38,8 +38,8 @@ <div class="table-cell"> <header id="site-header" role="banner"> <div class="container"> - <a href="http://www.stadt-zuerich.ch/" id="site-logo">Stadt Zürich</a> <a href="/" id="site-logo-text">Züri wie neu</a> + <a href="http://www.stadt-zuerich.ch/" id="site-logo">Stadt Zürich</a> <a href="#main-nav" id="nav-link">Main Navigation</a> </div> </header> diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index 1b77847d5..c6781ab9d 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -45,7 +45,7 @@ body.mappage.admin .nav-wrapper-2 { body.frontpage #site-logo, #site-logo { width: 415px; - height: 99px; + height: 83px; background: url(logo_portal.jpg) top left no-repeat; top: 0; left: auto; // base set this to 0 |