diff options
author | Jedidiah Broadbent <hello@jedidiah.eu> | 2012-10-08 17:07:58 +0100 |
---|---|---|
committer | Jedidiah Broadbent <hello@jedidiah.eu> | 2012-10-08 17:07:58 +0100 |
commit | 39ec00052136999cdfcadd9f52d6ba7a8db8f193 (patch) | |
tree | fff9eb20ee4dec65f46058949b86eddf5debe142 | |
parent | 452ce6a0cf866575754d455f2de4c706b3e8a546 (diff) |
Stevenage: Removed position static from nav in IE6/7
-rw-r--r-- | web/cobrands/stevenage/_layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/stevenage/_layout.scss b/web/cobrands/stevenage/_layout.scss index 8ae5c2bfc..5f577b3e8 100644 --- a/web/cobrands/stevenage/_layout.scss +++ b/web/cobrands/stevenage/_layout.scss @@ -89,7 +89,7 @@ h1 { width:100%; .nav-wrapper-2 { // position static as well so we fix lots of the z-index issues - position:static; + //position:static; } } } |