Style forums a bit more

This commit is contained in:
Trever Fischer
2012-04-16 17:57:11 -04:00
parent 0cf8fdf253
commit 8b7b628ad4
2 changed files with 11 additions and 3 deletions

View File

@@ -140,13 +140,16 @@ tbody tr:nth-child(odd) {
width: 100px;
text-align: center;
background-color: #888;
padding: 1em
}
.forum-post-user .byline {
padding: 1em;
}
.forum-post-content {
padding: 1em;
margin-left: 100px;
background-color: #555;
padding: 1em
margin-left: 200px;
}
#nav {

View File

@@ -3,9 +3,14 @@
<a name="reply-{{post.id}}"></a>
<div class="forum-post-user">
<div class="byline">
{%avatar post.user%}
{{post.user}}
</div>
<div class="dateline">
{{post.created}}
</div>
</div>
<div class="forum-post-content">
{{post.body|markdown:"safe"}}
<br style="clear:both"/>