Mercurial > public > sg101
diff media/css/base.css @ 86:f81226b5e87b
Forums: Some display work for the posts within a topic. Sketched out a post reply form.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 05 Sep 2009 20:47:08 +0000 |
parents | 9e5e52556d5b |
children | 021492db4aad |
line wrap: on
line diff
--- a/media/css/base.css Sun Aug 30 19:58:42 2009 +0000 +++ b/media/css/base.css Sat Sep 05 20:47:08 2009 +0000 @@ -194,3 +194,26 @@ width:20%; text-align:center; } +table.forum-topic { + border:1px solid black; + width:100%; + margin-top: 5px; +} +td.forum-post-author { + width:5%; + border-right: 1px solid #ccc; +} +td.forum-post-body { + vertical-align: top; + width:95%; +} +div.forum-post-info { + padding: 2px; + font-size:.8em; + border-bottom: 1px solid #ccc; + margin-bottom: 5px; +} +div.forum-post-info img { + float: left; + margin-right: 5px; +}