diff options
author | Matthew Somerville <matthew@mysociety.org> | 2010-12-22 16:38:37 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2010-12-22 16:38:37 +0000 |
commit | a1f9b9d2422f4b14f79ed40fbd70f18510dfedf2 (patch) | |
tree | c675a4d916d684fde8085fda4c3a53ceb75b7166 /web/css | |
parent | 74a45e725dc529af5dc8a677153f65588d6f8a2a (diff) | |
parent | 7acf747fe181d2e63499e80f235dc1a4ecd5098e (diff) |
Merge branch 'master' into cities_release_1
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/cobrands/emptyhomes/emptyhomes.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/css/cobrands/emptyhomes/emptyhomes.css b/web/css/cobrands/emptyhomes/emptyhomes.css index 293cb271c..c3d514807 100644 --- a/web/css/cobrands/emptyhomes/emptyhomes.css +++ b/web/css/cobrands/emptyhomes/emptyhomes.css @@ -154,6 +154,11 @@ blockquote { color: #FFFFFF; margin: 2em 0 1em 0; padding: 20px; + overflow: auto; +} +#footer div { + float: left; + margin-right: 1em; } #footer a { color: #FFFFFF; |