diff options
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; +} |