aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/bromley/layout.scss
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-03-29 13:38:20 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-03-29 13:38:20 +0100
commitffd4e5307c5a638f09a27c9fe85fcd92972c4d0f (patch)
tree2c0a2f0818b00995325642eea79a9657402aaf2a /web/cobrands/bromley/layout.scss
parentf6729a1c1e78e0542e4eed2b73c401cec5210768 (diff)
Bromley style tweaks, deal with shrinking inputs in IE7, hmm.
Diffstat (limited to 'web/cobrands/bromley/layout.scss')
-rw-r--r--web/cobrands/bromley/layout.scss6
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;