diff options
Diffstat (limited to 'web/cobrands/bromley/layout.scss')
-rw-r--r-- | web/cobrands/bromley/layout.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss index 8c24f063b..ec3b45201 100644 --- a/web/cobrands/bromley/layout.scss +++ b/web/cobrands/bromley/layout.scss @@ -36,10 +36,14 @@ body { body.frontpage .table-cell .content { margin-top: 16em; } +.ie6 { + #front-main { + left: 1.5em; + } +} .ie6, .ie7 { #front-main { top: -3em; - left: 1.5em; } body.frontpage .table-cell .content { margin-top: 12em; |