diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-25 14:02:29 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-25 14:02:29 +0100 |
commit | eb4883cdf10c73d8985a1cd3c8eae3df7d13a34f (patch) | |
tree | 4dc498cf30ba308064722790a87d473fe75baefd /templates | |
parent | c54add137bc5729642a34cc1494da307c0231621 (diff) |
Have as a normal div, otherwise no-JS IE7 can't style it and the wrong logo appears.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/bromley/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/bromley/header.html b/templates/web/bromley/header.html index b8e56172c..eea690c7d 100644 --- a/templates/web/bromley/header.html +++ b/templates/web/bromley/header.html @@ -70,12 +70,12 @@ <div class="wrapper"> <div class="table-cell"> - <header id="site-header" role="banner"> + <div id="site-header" role="banner"> <div class="container"> <a href="/" id="site-logo">FixMyStreet</a> <a href="#main-nav" id="nav-link">Main Navigation</a> </div> - </header> + </div> <div id="user-meta"> [% IF c.user_exists %] |