Style forums a bit more
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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"/>
|
||||
|
Reference in New Issue
Block a user