diff options
-rw-r--r-- | templates/web/oxfordshire/footer.html | 2 | ||||
-rw-r--r-- | web/cobrands/oxfordshire/oxfordshire.scss | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/templates/web/oxfordshire/footer.html b/templates/web/oxfordshire/footer.html index 6137588eb..55fb9e3ef 100644 --- a/templates/web/oxfordshire/footer.html +++ b/templates/web/oxfordshire/footer.html @@ -42,7 +42,7 @@ <a href="/contact" title="Contact the FixMyStreet team">Contact</a> | </li> <li class="powered-by-fms"> - <a href="http://www.fixmystreet.com/">Powered by <img src="/cobrands/oxfordshire/images/fms-logo-inverse.png" alt="FixMyStreet" style="height:20px;"></a> + <a href="http://www.fixmystreet.com/">Powered by <img src="/cobrands/oxfordshire/images/fms-logo-inverse.png" alt="FixMyStreet"></a> </li> </ul> </div> diff --git a/web/cobrands/oxfordshire/oxfordshire.scss b/web/cobrands/oxfordshire/oxfordshire.scss index fd9e93a9a..0d97edb6f 100644 --- a/web/cobrands/oxfordshire/oxfordshire.scss +++ b/web/cobrands/oxfordshire/oxfordshire.scss @@ -169,6 +169,11 @@ body { padding: 6px; &.powered-by-fms { // @include border-radius(6px); + min-width: 200px; + img { + display: inline; + height:20px; + } &:hover { background-color:#2c2c2c; } |