diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-01-29 16:05:12 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-01-29 17:59:36 +0000 |
commit | c4e8a77ccdba0784cf7c05e302540fe182a5374c (patch) | |
tree | 1a263ddab8c60b2eb2798fd9e4190efcad1b6a5f | |
parent | 702dc420ed1ec1a18e42d1aafed6e2c3a8c4b8c7 (diff) |
repalce hedaer image with optimised one, nudge front page logo to fit it
-rw-r--r-- | web/cobrands/fixmybarangay/images/fmb-header.png | bin | 0 -> 44269 bytes | |||
-rw-r--r-- | web/cobrands/fixmybarangay/layout.scss | 8 |
2 files changed, 5 insertions, 3 deletions
diff --git a/web/cobrands/fixmybarangay/images/fmb-header.png b/web/cobrands/fixmybarangay/images/fmb-header.png Binary files differnew file mode 100644 index 000000000..c3c45e009 --- /dev/null +++ b/web/cobrands/fixmybarangay/images/fmb-header.png diff --git a/web/cobrands/fixmybarangay/layout.scss b/web/cobrands/fixmybarangay/layout.scss index 4676f8486..5d7f0171d 100644 --- a/web/cobrands/fixmybarangay/layout.scss +++ b/web/cobrands/fixmybarangay/layout.scss @@ -18,7 +18,7 @@ body { color: $primary_text; .wrapper{ - background: url('images/city7.png') 30% 0% repeat-x; + background: url('images/fmb-header.png') 30% 0% repeat-x; } } @@ -27,11 +27,13 @@ body.frontpage { #site-logo { width: 370px !important; height: 70px; - background: url('images/sprite.png') -3px -106px no-repeat; + background: url('images/sprite.png') -3px -106px no-repeat; + top: 2em; + left: 1em; } .wrapper { - background: url('images/city7.png') 30% 0% repeat-x; + background: url('images/fmb-header.png') 30% 0% repeat-x; } } |