diff options
author | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-12-20 18:35:47 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-12-20 18:35:47 +0000 |
commit | 81aa99c5f55a03dccb98ebf69e398dafb27886f8 (patch) | |
tree | 07de55fb7b2b450c426dbfd380b9a732bcfdaefe /web/css | |
parent | b1181e90554fe9dd8a099ca8ccbd8090970bbb5f (diff) |
EHA header logos, confirm text.
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/cobrands/emptyhomes/emptyhomes.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/web/css/cobrands/emptyhomes/emptyhomes.css b/web/css/cobrands/emptyhomes/emptyhomes.css index 51f5447c8..2dcdce523 100644 --- a/web/css/cobrands/emptyhomes/emptyhomes.css +++ b/web/css/cobrands/emptyhomes/emptyhomes.css @@ -74,8 +74,6 @@ blockquote { /* Site layout */ #header { - font-size: 200%; - font-weight: bold; margin: 0; padding: 5px 0; float: left; @@ -85,6 +83,16 @@ blockquote { margin-left: 0.5em; } +#header #eha-logo { + float: left; + margin-right: 1em; +} + +#header div { + float: left; + margin-top: 0.5em; +} + #content { width: 100%; /* Must specify a width or IE goes crazy wrong! */ position: relative; |