diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-04-17 12:39:52 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-04-17 12:39:52 +0100 |
commit | 7debd78604c533994e30389118ec56f7e8de0be6 (patch) | |
tree | dce42db7b9f44b07a5093f0b4622247f472796f0 /web | |
parent | aa058092a0e088067d41116f77ef7623c3bd6c0c (diff) |
Put Powered by on all pages (need to think of interaction with fixed lines).
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/bromley/bromley.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/bromley/bromley.scss b/web/cobrands/bromley/bromley.scss index f7b009a97..d6b2d370d 100644 --- a/web/cobrands/bromley/bromley.scss +++ b/web/cobrands/bromley/bromley.scss @@ -105,6 +105,6 @@ body { color: #333; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; #bromley-footer p { margin: 0; } #bromley-powered-by { - text-align: right; + clear: both; } |