diff options
-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; } |