aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-12-05 01:47:11 +0000
committerDave Whiteland <dave@mysociety.org>2012-12-05 01:47:11 +0000
commitf33def80fd409856a1a5f2773537b83ae08d15bd (patch)
tree8d07086bc17217f99e7504243557c3e22ebda06f
parent25901697f7f3cd41328cb7f0c84c48573e10d050 (diff)
replace FMS logo with oxford logo, removing the black background inhereted by site-header
-rw-r--r--web/cobrands/oxfordshire/base.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/web/cobrands/oxfordshire/base.scss b/web/cobrands/oxfordshire/base.scss
index 5f52a9fba..b7e5379a9 100644
--- a/web/cobrands/oxfordshire/base.scss
+++ b/web/cobrands/oxfordshire/base.scss
@@ -11,4 +11,20 @@
width: 50px;
height: 48px;
background: url('/cobrands/oxfordshire/images/tab-green.png') 0 0 no-repeat;
+}
+
+#site-header {
+ background: none;
+ background-color: $oxfordshire_dk_green;
+ height: 60px;
+}
+
+#site-logo {
+ margin-top:4px;
+ background-image: url('/cobrands/oxfordshire/images/logo.jpg');
+ background-repeat: no-repeat;
+ background-position: 0px 0px;
+ border: 4px solid $oxfordshire_dk_green;
+ width: 173px;
+ height: 38px;
} \ No newline at end of file