aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/barnet/footer.html6
-rw-r--r--web/cobrands/barnet/layout.scss4
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;}