aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-20 20:52:12 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-20 20:52:12 +0000
commit7ec3068c70e34c72ea94a78b8886b6f0d2f98b23 (patch)
treee7d4cd99b238ebd2b0e3301a07ea1450e2d66453
parentd1bde46699093e730c54552407d637e970fc8904 (diff)
Fix height to match background.
-rw-r--r--web/cobrands/zurich/base.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss
index 9617a8e92..8e6467be4 100644
--- a/web/cobrands/zurich/base.scss
+++ b/web/cobrands/zurich/base.scss
@@ -51,7 +51,7 @@
#site-logo {
background: url(logo_portal.jpg) 0px -24px no-repeat;
width: 200px;
- height:44px;
+ height: 48px;
left:0;
top:4px;
}