From 8b7b628ad459a05f251a1557538327b204954306 Mon Sep 17 00:00:00 2001 From: Trever Fischer Date: Mon, 16 Apr 2012 17:57:11 -0400 Subject: [PATCH] Style forums a bit more --- static/css/main.css | 9 ++++++--- templates/forums/_post_children.html | 5 +++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 8905eff..40887f3 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -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 { diff --git a/templates/forums/_post_children.html b/templates/forums/_post_children.html index fd133f8..628ab3e 100644 --- a/templates/forums/_post_children.html +++ b/templates/forums/_post_children.html @@ -3,9 +3,14 @@
+ + +
{{post.body|markdown:"safe"}}