diff options
Diffstat (limited to 'templates/web/zurich')
-rw-r--r-- | templates/web/zurich/footer.html | 4 | ||||
-rw-r--r-- | templates/web/zurich/header.html | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/templates/web/zurich/footer.html b/templates/web/zurich/footer.html index d299284d6..0164dbcab 100644 --- a/templates/web/zurich/footer.html +++ b/templates/web/zurich/footer.html @@ -4,8 +4,7 @@ </div><!-- .table-cell --> <div class="nav-wrapper"> - <div class="nav-wrapper-2"> - <div class="nav-wrapper-3"> + <div class="container"> <div id="main-nav" role="navigation"> [% IF c.user_exists %] <p> @@ -23,7 +22,6 @@ %]>[% loc("Help") %]</[% c.req.uri.path == '/faq' ? 'span' : 'a' %]></li> </ul> </div> - </div> </div> </div> </div> <!-- .wrapper --> diff --git a/templates/web/zurich/header.html b/templates/web/zurich/header.html index 303d861a4..0ab051aa7 100644 --- a/templates/web/zurich/header.html +++ b/templates/web/zurich/header.html @@ -27,7 +27,7 @@ <body class="[% bodyclass | html IF bodyclass %]"> <div class="wrapper"> - <div class="table-cell"> + <div class="table-cell clearfix"> <header id="site-header" role="banner"> <div class="container"> <a href="/" id="site-logo-text">Züri wie neu</a> |