diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-04-17 10:53:58 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-04-17 10:53:58 +0100 |
commit | 89b2775252dcd9595e7f91dc8cf4ab51354620c8 (patch) | |
tree | 163355cde69f0dc4d45e311b98cdcbed0bff7e74 | |
parent | 2689ffc2631d5dd21676a5a731db43cdedf8fc61 (diff) |
Couple of spacing tweaks.
-rw-r--r-- | web/cobrands/bromley/base.scss | 4 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/_base.scss | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/web/cobrands/bromley/base.scss b/web/cobrands/bromley/base.scss index dd978bcac..9c5ff2b0f 100644 --- a/web/cobrands/bromley/base.scss +++ b/web/cobrands/bromley/base.scss @@ -54,3 +54,7 @@ h1.main { .big-green-banner { text-transform: none; } + +#form_sign_in { + margin-top: 1em; +} diff --git a/web/cobrands/fixmystreet/_base.scss b/web/cobrands/fixmystreet/_base.scss index cd67e3543..3d266b28e 100644 --- a/web/cobrands/fixmystreet/_base.scss +++ b/web/cobrands/fixmystreet/_base.scss @@ -309,7 +309,7 @@ label{ margin:0.5em 0; } h5 { - margin:0; + margin:0 0 1em; font: { size:1.125em; weight:normal; |