Change sidearrow display
This commit is contained in:
parent
27996b17ef
commit
ec95c60be5
@ -1,9 +1,7 @@
|
|||||||
{% filter remove_whitespace %}
|
{% filter remove_whitespace %}
|
||||||
{# tabs and new lines will be ignored #}
|
{# tabs and new lines will be ignored #}
|
||||||
<div class="postcontainer" id="pc{{ post.id }}">
|
<div class="postcontainer" id="pc{{ post.id }}">
|
||||||
<div class="sidearrows" id="sa{{ post.id }}">
|
<div class="sidearrows">>></div>
|
||||||
>>
|
|
||||||
</div>
|
|
||||||
<div class="post reply" id="reply_{{ post.id }}">
|
<div class="post reply" id="reply_{{ post.id }}">
|
||||||
<p class="intro">
|
<p class="intro">
|
||||||
{% if not index %}<a id="{{ post.id }}" class="post_anchor"></a>{% endif %}
|
{% if not index %}<a id="{{ post.id }}" class="post_anchor"></a>{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user