diff options
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 8 | ||||
-rw-r--r-- | web/cobrands/oxfordshire/oxfordshire.scss | 5 |
2 files changed, 11 insertions, 2 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index 8d5710158..e149764c8 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -6,6 +6,10 @@ body { background-image: none; } +body, body a { + font-family:"Trebuchet MS",Arial, Helvetica, sans-serif; +} + #front-main { background-color: $primary; background-image: none; @@ -150,5 +154,9 @@ body.twothirdswidthpage .content { } } +body { + font-family:"LASTFIXME Trebuchet MS",Arial, Helvetica, sans-serif; +} + @import "oxfordshire"; diff --git a/web/cobrands/oxfordshire/oxfordshire.scss b/web/cobrands/oxfordshire/oxfordshire.scss index 2da2b3bac..9f6af1044 100644 --- a/web/cobrands/oxfordshire/oxfordshire.scss +++ b/web/cobrands/oxfordshire/oxfordshire.scss @@ -9,7 +9,7 @@ body { font-family:"Trebuchet MS",Arial, Helvetica, sans-serif; line-height:18px; - a {text-decoration:none; outline:0; font-family:Arial, Helvetica, sans-serif; font-size:0.75em; color:#0c62ba} + a {text-decoration:none; color:#0c62ba} a { font-size: 1em; } // mySociety a:hover {text-decoration:underline} margin:0; @@ -213,6 +213,7 @@ body { #navigation { /* menubar from e.g., http://fisd.oxfordshire.gov.uk/kb5/oxfordshire/fsd/includes/css/wireframe/navbar.css */ .menubar { + font-size: 13px; /* explicit; it was implicit from OCC's styles */ color: #999999; overflow: visible; /*width: @gridWidth; only needed for contained menu*/ @@ -234,7 +235,7 @@ body { list-style: none outside none; > li { float: left; - > a, { + > a, > span { color: #ffffff; float: none; line-height: 19px; |