forked from leftypol/leftypol
minor CSS fixes
This commit is contained in:
parent
f5b4bf93b0
commit
aeff0a69b1
3 changed files with 29 additions and 15 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue