diff options
author | Struan Donald <struan@exo.org.uk> | 2011-10-25 18:13:50 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-10-25 18:13:50 +0100 |
commit | 850de5600f6f96f058cdd2e1d414f9d062b38885 (patch) | |
tree | a213f5385546db8abbb13aa3106344c1ae524893 /web | |
parent | 9a4ce022e13ed57d89851a6351a5b95b9566e12b (diff) |
remove FMS branding from Reading cobrand
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/reading/css/css.scss | 41 |
1 files changed, 24 insertions, 17 deletions
diff --git a/web/cobrands/reading/css/css.scss b/web/cobrands/reading/css/css.scss index d9f3083ee..0070e6a63 100644 --- a/web/cobrands/reading/css/css.scss +++ b/web/cobrands/reading/css/css.scss @@ -9,28 +9,35 @@ $map_width: 420px; @import "../../../css/_main.scss"; - #navigation { - margin-top: 125px; - } +p.thirdParty#reading-logo { + margin-top: 0px; + padding-bottom: 0px; +} - h1#header { - font-size: 200%; - margin-bottom: 0em; - } +div#header { + border-bottom: solid 2px #6D1443; +} - #logo { - top: 12.5em; - } +#header a:link, #header a:visited, div#header { + background-color: transparent; +} - a { - color: #9C2161; - } +a { + color: #9C2161; +} + +body { + font-family: Helvetica, Arial, sans-serif; + font-size: 13.5px; + color: black; +} - body { - font-family: Helvetica, Arial, sans-serif; - font-size: 13.5px; - color: black; +#navigation { + margin-top: 9px; + a { + text-decoration: none; } +} #mysociety { |