diff options
author | Struan Donald <struan@exo.org.uk> | 2011-07-26 10:15:07 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-07-26 10:15:07 +0100 |
commit | 55e82f319b15a2f9504cb83cf32d7cc357948f14 (patch) | |
tree | 95c8951a2c32bb0378f135d071269416909c0025 | |
parent | bd5bc648aadd62d45a3a4117aa280d0ba7f5f755 (diff) |
stop text in front page postcode form wrapping
-rw-r--r-- | web/cobrands/lichfield/css/layout.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/cobrands/lichfield/css/layout.css b/web/cobrands/lichfield/css/layout.css index 6aee9bce0..9485985eb 100644 --- a/web/cobrands/lichfield/css/layout.css +++ b/web/cobrands/lichfield/css/layout.css @@ -1,5 +1,6 @@ -#postcodeForm { - background-color: #F3F4F4; +#mysociety #postcodeForm { + padding: 0.8em; + background-color: #F3F4F4; } #mysociety #postcodeForm label { |