diff options
-rw-r--r-- | web/css/cobrands/emptyhomes/emptyhomes.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/web/css/cobrands/emptyhomes/emptyhomes.css b/web/css/cobrands/emptyhomes/emptyhomes.css index 61db27054..f6047ebe5 100644 --- a/web/css/cobrands/emptyhomes/emptyhomes.css +++ b/web/css/cobrands/emptyhomes/emptyhomes.css @@ -61,11 +61,11 @@ a:hover, a:active { background-color: #B1BECF; } -blockquote { +#mysociety blockquote { border-left: solid 4px #013B63; } -.a { +#mysociety .a { color: #000000; background-color: #DCDCED; /* #427499; */ background-color: #B1BECF; @@ -172,28 +172,28 @@ blockquote { color: #FFFFFF; } -#postcodeForm { +#mysociety #postcodeForm { background-color: #80AE7D; color: #000000; font-size: 130%; } -#front_stats div { +#mysociety #front_stats div { background-color: #80AE7D; color: #000000; /*padding: 0.5em 0; */ width: 9em; } -#problem_form { +#mysociety #problem_form { clear: both; } -#alert_links_area { +#mysociety #alert_links_area { margin-top: 1px; } -#eha_advert { +#mysociety #eha_advert { clear: both; width: 55%; margin: 0 auto; @@ -203,7 +203,7 @@ blockquote { border: solid 1px #ff9900; } -#front_intro { +#mysociety #front_intro { margin-bottom: 1em; } |