diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-01 14:42:27 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-01 14:42:27 +0100 |
commit | 15b6b1c5c21dde73be1f6936cc4fbdf37cbd370f (patch) | |
tree | 1ac22f0f64edfefcf001cc1e9829e2c93f1cb5f4 | |
parent | 7082deb9b308fd3410c33181947efa2bde3d8a47 (diff) |
add in FMS header
-rw-r--r-- | templates/web/barnet/header.html | 3 | ||||
-rw-r--r-- | web/cobrands/barnet/layout.scss | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/templates/web/barnet/header.html b/templates/web/barnet/header.html index 6918d4408..661b4633d 100644 --- a/templates/web/barnet/header.html +++ b/templates/web/barnet/header.html @@ -69,6 +69,9 @@ <!-- googleon:all --> </div> <div id="content" class="withWidth fullWidth"> + <h1> + <span>FixMyStreet</span> + </h1> <div class="wrapper"> <div class="table-cell"> <header id="site-header" role="banner"> diff --git a/web/cobrands/barnet/layout.scss b/web/cobrands/barnet/layout.scss index 264b904bb..dad3713d3 100644 --- a/web/cobrands/barnet/layout.scss +++ b/web/cobrands/barnet/layout.scss @@ -213,6 +213,8 @@ body > html {font-size: 12px;} body.mappage #column_nav { display: none; } +#content h1 {margin: 0 0 20px; font-size: 1.8em; border-bottom: 6px solid #bed9dd; font-family: Georgia, Times, 'Times New Roman', serif; color: #5d6167;} +#content h1 span {padding: 6px 7px 3px; border: 1px solid #eff1f2; border-bottom: 0 none; display: block;} #column_nav .navigation {background: #fff; margin: 0 0 4px;} #column_nav h2 {font-size: 1.2em; padding: 0; height: 29px; margin: 0; border-radius: 0 0 3px 3px; background: url(img/nav-bg-active.gif) left bottom repeat-x; border-top: 6px solid #bddadc;} |