Mercurial > public > sg101
diff media/css/base.css @ 84:9e5e52556d5b
Forums: added a last_post_info template tag. Still need to add a go to last post icon for it.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 29 Aug 2009 22:01:40 +0000 |
parents | 5b4c812b448e |
children | f81226b5e87b |
line wrap: on
line diff
--- a/media/css/base.css Sat Aug 29 20:54:16 2009 +0000 +++ b/media/css/base.css Sat Aug 29 22:01:40 2009 +0000 @@ -160,7 +160,7 @@ background:teal; } table.forum-index-table .forum-title { - width:65%; + width:60%; } table.forum-index-table .forum-topics { width:10%; @@ -171,12 +171,12 @@ text-align:center; } table.forum-index-table .forum-last_post { - width:15%; + width:20%; text-align:center; } table.forum-index-table .forum-index_title { - width:55%; + width:50%; } table.forum-index-table .forum-index_replies { width:10%; @@ -191,6 +191,6 @@ text-align:center; } table.forum-index-table .forum-index_last_post { - width:15%; + width:20%; text-align:center; }