Mercurial > public > sg101
diff media/css/base.css @ 285:8fd4984d5c3b
This is a first rough commit for #95, adding the ability to embed YouTube videos in forum posts. Some more polish and testing needs to happen at this point. I wanted to get all these changes off my hard drive and into the repository.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 14 Oct 2010 02:39:35 +0000 |
parents | 593fb6dbd449 |
children | 6ca2c474d92f |
line wrap: on
line diff
--- a/media/css/base.css Mon Oct 04 01:01:29 2010 +0000 +++ b/media/css/base.css Thu Oct 14 02:39:35 2010 +0000 @@ -384,3 +384,12 @@ } h2.forum-nav {font-size:1.2em;margin-top:1em;margin-bottom:0.2em;} h3.forum-nav {font-size:2em;line-height:1;margin-bottom:1em;margin-left:1em;} +#attachment div { + margin: 1.0em 1.5em; +} +#attachment div span.link { + margin: 1em; +} +div.forum-attachment { + margin: 1.0em 1.5em; +}