diff options
author | Struan Donald <struan@exo.org.uk> | 2012-04-30 17:33:36 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-04-30 17:33:36 +0100 |
commit | aa6f96db95a7f8a6a41a4bf56303cc8ae5860a6e (patch) | |
tree | 2ecade8f3881efbb215b76a1a4c4fd92c7932436 | |
parent | b8ba95273cf08dd58dbe3d82dd179ccc42bf15bc (diff) |
put powered-by link in a sensible place
-rw-r--r-- | templates/web/barnet/footer.html | 6 | ||||
-rw-r--r-- | web/cobrands/barnet/layout.scss | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/templates/web/barnet/footer.html b/templates/web/barnet/footer.html index aa29c2495..9cb07245c 100644 --- a/templates/web/barnet/footer.html +++ b/templates/web/barnet/footer.html @@ -1,7 +1,7 @@ - </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 id="barnet-powered-by" class="desk-only"> + <a href="http://www.fixmystreet.com/">Powered by <img src="/cobrands/barnet/fms-logo.png" style="height:20px;"></a> </p> + </div><!-- .content role=main --> </div><!-- .container --> </div><!-- .table-cell --> diff --git a/web/cobrands/barnet/layout.scss b/web/cobrands/barnet/layout.scss index b8806b2a9..da3788100 100644 --- a/web/cobrands/barnet/layout.scss +++ b/web/cobrands/barnet/layout.scss @@ -113,6 +113,10 @@ caption-side: bottom; } +#barnet-powered-by { + clear: both; +} + body {font-size: 77%; font-family: Arial, Helvetica, sans-serif; color: #3e3d44; padding: 0; margin: 0; line-height: 1.5; background: #e9e9ea;} body > html {font-size: 12px;} |