diff options
author | Struan Donald <struan@exo.org.uk> | 2011-12-05 15:41:07 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-12-05 15:41:07 +0000 |
commit | bd56f81915dbd26be0943b3eeab9a1df1791b1fc (patch) | |
tree | 9992d506fab1f4a578ba57bc6d7479171840b570 /web | |
parent | c2c068a0a55766f8236d67b29756a4211e06fa11 (diff) | |
parent | 409cdceb1f598fd6215c14e81b4248a414058c90 (diff) |
Merge remote branch 'origin/master'
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/emptyhomes/css.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/cobrands/emptyhomes/css.css b/web/cobrands/emptyhomes/css.css index e59497880..ba761814a 100644 --- a/web/cobrands/emptyhomes/css.css +++ b/web/cobrands/emptyhomes/css.css @@ -223,3 +223,14 @@ a:hover, a:active { margin-bottom: 1em; } +.video { + float: right; + margin-left: 35px; +} + +.channel4 { + font-size: 125%; +} +.channel4 > li:first-child + li { + margin-bottom: 1em; +} |