diff options
Diffstat (limited to 'web/cobrands/stevenage/layout.scss')
-rw-r--r-- | web/cobrands/stevenage/layout.scss | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/web/cobrands/stevenage/layout.scss b/web/cobrands/stevenage/layout.scss index 63de06652..ceac33d16 100644 --- a/web/cobrands/stevenage/layout.scss +++ b/web/cobrands/stevenage/layout.scss @@ -23,7 +23,7 @@ // because IE7 doesn't support the table-caption styles. // This means, we need to make sure page content doesn't // disappear behind the header. -.ie6, .ie7 { +.ie7 { .content { margin-top: 10em; } @@ -153,13 +153,6 @@ body.mappage { // content sidebar down beyond .nav-wrapper-2 height: 3em; display: block; - - // For reasons beyond my comprehension, the 3em - // height results in a 3em gap in IE8. I assume - // some bug with table-cell / table-caption? - .ie8 & { - height: 0; - } } // Over-specific selector required to trump _layout.scss |