diff options
author | Jedidiah Broadbent <hello@jedidiah.eu> | 2012-10-08 17:11:58 +0100 |
---|---|---|
committer | Jedidiah Broadbent <hello@jedidiah.eu> | 2012-10-08 17:11:58 +0100 |
commit | 0c5d50bc1a5969a5b1967f56b2bafa42f57ee7fa (patch) | |
tree | 16a4360e7e6604ba9bfe5ea145d2e388c5b51d65 | |
parent | 39ec00052136999cdfcadd9f52d6ba7a8db8f193 (diff) |
Added margin to front page report box to push below nav in IE6/7
-rw-r--r-- | web/cobrands/stevenage/_layout.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/stevenage/_layout.scss b/web/cobrands/stevenage/_layout.scss index 5f577b3e8..c8197cc2c 100644 --- a/web/cobrands/stevenage/_layout.scss +++ b/web/cobrands/stevenage/_layout.scss @@ -960,6 +960,9 @@ body.frontpage { } } .ie6, .ie7 { + #front-main { + margin-top: 5.5em; + } #front_stats { div { width:8em; |