diff options
author | Struan Donald <struan@fury.ukcod.org.uk> | 2011-10-26 10:35:26 +0100 |
---|---|---|
committer | Struan Donald <struan@fury.ukcod.org.uk> | 2011-10-26 10:35:26 +0100 |
commit | 170cf7ebdb20af0a3cd1c24466ff2d8722013c0d (patch) | |
tree | 287b390b677628e88c3ca0d85a03872c9213ac4f | |
parent | cf55f6ea441c96d3a822344cf48a57e5c58d0014 (diff) |
few more changes to look of Reading cobrand
-rw-r--r-- | web/cobrands/reading/css/css.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/web/cobrands/reading/css/css.scss b/web/cobrands/reading/css/css.scss index 0070e6a63..81ab69fd2 100644 --- a/web/cobrands/reading/css/css.scss +++ b/web/cobrands/reading/css/css.scss @@ -2,8 +2,8 @@ $header_back: #ecf5fd; $header_back_lighter: #ecf5fd; -$header_colour: #000; -$header_darker: #000; +$header_colour: #439DC2; +$header_darker: #ecf5fd; $map_width: 420px; @@ -15,7 +15,7 @@ p.thirdParty#reading-logo { } div#header { - border-bottom: solid 2px #6D1443; + border-bottom: solid 1px #CCC; } #header a:link, #header a:visited, div#header { @@ -33,9 +33,9 @@ body { } #navigation { - margin-top: 9px; + margin-top: 8px; a { - text-decoration: none; + font-weight: bold; } } |