diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-24 16:49:21 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-24 16:49:21 +0000 |
commit | 8ab4c06afdc4c34d8baf4750caf00bdef0a0e851 (patch) | |
tree | dde557702da35c4f3600b8fc2b4f2bdb8a51b961 | |
parent | 57308ffdd183c010bc361f3117a4f53181123a77 (diff) |
Fox the frontpage a bit for ie6
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 5 |
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; } } |