aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/stevenage/layout.scss
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-06-17 11:47:02 +0100
committerMatthew Somerville <matthew@mysociety.org>2016-06-17 11:47:02 +0100
commit1e52bd4bb74d4d9ece6bd42bea60886eb618b12a (patch)
treea9c1585f01e0730d348128a28106a08c307a64af /web/cobrands/stevenage/layout.scss
parentd06f318eb439e0bf115557f24e906934acb5cafa (diff)
parent2fd27d1e9d501b3716a5462368b839727d2fdbc7 (diff)
Merge branch 'drop-ie6-fix-ie7'
Diffstat (limited to 'web/cobrands/stevenage/layout.scss')
-rw-r--r--web/cobrands/stevenage/layout.scss9
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