aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass/_layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r--web/cobrands/sass/_layout.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss
index 67756ca5b..d7a2a3fc1 100644
--- a/web/cobrands/sass/_layout.scss
+++ b/web/cobrands/sass/_layout.scss
@@ -441,12 +441,14 @@ body.fullwidthpage {
}
}
}
-.ie8 {
+.ie6, .ie7, .ie8 {
body.twothirdswidthpage,
body.fullwidthpage {
.container .content footer a.platform-logo {
+ color: #ffffff;
background: none;
text-indent: 0px;
+ height: auto;
}
}
}