diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-04-09 23:48:28 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-04-09 23:48:28 +0100 |
commit | 1fb6164355bd4af5412c3cff0b7ab9a39914abc5 (patch) | |
tree | da7a61d85bac28765d62f6ef44dc72887e307f71 /templates/web/bromley/header.html | |
parent | 7ce572c2981e0974fab174947c02d8d30623cab2 (diff) |
Some little bits for IE6/7 display so that branch can hopefully be deployed okay if needed.
Diffstat (limited to 'templates/web/bromley/header.html')
-rw-r--r-- | templates/web/bromley/header.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/bromley/header.html b/templates/web/bromley/header.html index 1e047c187..69627923a 100644 --- a/templates/web/bromley/header.html +++ b/templates/web/bromley/header.html @@ -26,7 +26,8 @@ </head> <body class="[% bodyclass | html IF bodyclass %]"> - <div id="bromley-wrapper"> + [%# ie_wrapper is to prevent a horizontal scrollbar in IE7, it appears (from Bromley site) %] + <div id="bromley-wrapper"><div id="bromley-ie_wrapper"> <div id="bromley-header" class="desk-only"> <ul class="header-nav"> |