# HG changeset patch # User neko259 # Date 2014-05-02 10:28:11 # Node ID 6038d1d44594664bdea7720df7550a30fe016097 # Parent 327aa75a43de37ee22d70b96ce1aac17d13f3e06 Moved post-info block out of the message block diff --git a/boards/static/css/md/base_page.css b/boards/static/css/md/base_page.css --- a/boards/static/css/md/base_page.css +++ b/boards/static/css/md/base_page.css @@ -309,6 +309,7 @@ li { .post-info { color: #ddd; + margin-bottom: 1ex; } .moderator_info { diff --git a/boards/templates/boards/post.html b/boards/templates/boards/post.html --- a/boards/templates/boards/post.html +++ b/boards/templates/boards/post.html @@ -14,6 +14,38 @@
{% endif %} + {% if post.image %}
{% endif %}
- {% autoescape off %} {% if truncated %} {{ post.text.rendered|truncatewords_html:50 }}