aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/cobrands/fixmystreet/layout.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss
index b0e71dc48..1037f06c0 100644
--- a/web/cobrands/fixmystreet/layout.scss
+++ b/web/cobrands/fixmystreet/layout.scss
@@ -299,10 +299,12 @@ body.twothirdswidthpage {
margin:0;
}
}
+
+//fix table to be a block for ie, float the children
.ie6, .ie7 {
.tablewrapper {
display:block;
- >div {
+ div {//ie6 doesn't support '>div', so we'll go with the somewhat risker 'div'
width:48%;
display:block;
float: left;
@@ -762,6 +764,7 @@ body.frontpage {
.ie6, .ie7 {
#front_stats {
div {
+ width:8em;
float:left;
}
}