diff options
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/cobrands/emptyhomes/emptyhomes.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/web/css/cobrands/emptyhomes/emptyhomes.css b/web/css/cobrands/emptyhomes/emptyhomes.css index 15afee568..61db27054 100644 --- a/web/css/cobrands/emptyhomes/emptyhomes.css +++ b/web/css/cobrands/emptyhomes/emptyhomes.css @@ -193,3 +193,17 @@ blockquote { margin-top: 1px; } +#eha_advert { + clear: both; + width: 55%; + margin: 0 auto; + padding: 0.5em; + text-align: center; + background-color: #ffeecc; + border: solid 1px #ff9900; +} + +#front_intro { + margin-bottom: 1em; +} + |