diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-04-24 10:05:51 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-04-24 10:05:51 +0100 |
commit | 4d6cd5f040b8a8f28131bccdedd3545f57915e7c (patch) | |
tree | 675f373d2809a096623385ca266ed43b5b14af6a /web/cobrands/barnet/base.scss | |
parent | 45b91fb892f1d9e6bf1d5a4044feb174f72bf93f (diff) | |
parent | ef7ea9b4056d3664af305c8a777e651271deeb32 (diff) |
Merge remote-tracking branch 'origin/issues/931-mobile-report-in-header'
Diffstat (limited to 'web/cobrands/barnet/base.scss')
-rw-r--r-- | web/cobrands/barnet/base.scss | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/web/cobrands/barnet/base.scss b/web/cobrands/barnet/base.scss index bc1642e22..aff4a1e6c 100644 --- a/web/cobrands/barnet/base.scss +++ b/web/cobrands/barnet/base.scss @@ -18,12 +18,14 @@ background-color: white; } #site-logo { - width: 235px; - background: url('/cobrands/barnet/img/barnet-logo.gif') -3px -3px no-repeat; + width: 240px; + background: url('/cobrands/barnet/img/barnet-logo.gif') 0 0 no-repeat; + top: 0.6em; + left: 0.5em; } #nav-link { - right: 1em; - background: url('/cobrands/barnet/img/barnet-skipnav.png') no-repeat; + background-image: url(/cobrands/fixmystreet/images/menu-black.png); + background-image: url(/cobrands/fixmystreet/images/menu-black.svg), none; } #front-main #postcodeForm div input#sub, |