minor CSS fixes

This commit is contained in:
Michael Save 2012-05-04 00:21:16 +10:00
parent f5b4bf93b0
commit aeff0a69b1
3 changed files with 29 additions and 15 deletions

View file

@ -1,9 +1,7 @@
{% filter remove_whitespace %}
{# tabs and new lines will be ignored #}
{% if index %}
<div id="thread_{{ post.id }}">
{% endif %}
<div id="thread_{{ post.id }}">
{% if post.embed %}
{{ post.embed }}
@ -136,6 +134,4 @@
{% include 'post_reply.html' %}
{% endfor %}
<br class="clear"/>{% if hr %}<hr/>{% endif %}
{% if index %}
</div>
{% endif %}
</div>