diff options
-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; } } |