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 | |
parent | aa058092a0e088067d41116f77ef7623c3bd6c0c (diff) |
Put Powered by on all pages (need to think of interaction with fixed lines).
-rw-r--r-- | templates/web/bromley/footer.html | 4 | ||||
-rw-r--r-- | templates/web/bromley/index.html | 4 | ||||
-rw-r--r-- | web/cobrands/bromley/bromley.scss | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/templates/web/bromley/footer.html b/templates/web/bromley/footer.html index aa606154b..619a6826f 100644 --- a/templates/web/bromley/footer.html +++ b/templates/web/bromley/footer.html @@ -1,4 +1,8 @@ </div><!-- .content role=main --> + <p id="bromley-powered-by" class="desk-only"> + <a href="http://www.fixmystreet.com/">Powered by <img src="/cobrands/bromley/fms-logo.png" style="height:20px;"></a> + </p> + </div><!-- .container --> </div><!-- .table-cell --> diff --git a/templates/web/bromley/index.html b/templates/web/bromley/index.html index 59ba8ac5c..c5c183c74 100644 --- a/templates/web/bromley/index.html +++ b/templates/web/bromley/index.html @@ -93,10 +93,6 @@ kinds of problems like missed bins use our </ul> </section> - <p id="bromley-powered-by" class="desk-only"> - <a href="http://www.fixmystreet.com/">Powered by <img src="/cobrands/bromley/fms-logo.png" style="height:20px;"></a> - </p> - </div> [% END %] </div> 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; } |