diff options
author | Jedidiah Broadbent <hello@jedidiah.eu> | 2012-10-08 17:02:14 +0100 |
---|---|---|
committer | Jedidiah Broadbent <hello@jedidiah.eu> | 2012-10-08 17:02:14 +0100 |
commit | 452ce6a0cf866575754d455f2de4c706b3e8a546 (patch) | |
tree | c7cf7d4ffbafdd6452b723bdbf648a7a5f94ad88 | |
parent | ab958bc5252fe708f213a435b67d1607b61252a0 (diff) |
Stevenage: Added IE6/7 position change to front page header too
-rw-r--r-- | web/cobrands/stevenage/_layout.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/cobrands/stevenage/_layout.scss b/web/cobrands/stevenage/_layout.scss index 81532022b..8ae5c2bfc 100644 --- a/web/cobrands/stevenage/_layout.scss +++ b/web/cobrands/stevenage/_layout.scss @@ -78,6 +78,10 @@ h1 { //position absolute the menu as ie doesn't like display:table .ie6, .ie7 { + #stevenage_cc_header { + position:absolute; + top:0; + } .nav-wrapper { position: absolute; top:0; @@ -225,7 +229,7 @@ h1 { .ie6, .ie7, .ie8 { .content { // If no box-shadow, just want a boring black border to stand it out from the map. - border: 1px solid #666; + //border: 1px solid #666; //take off margins so we line up properly margin: 0 0 0 0.5em; } |