moved clearfix to partial

main
barisusakli 10 years ago
parent 48b19b72c4
commit 7a0d8aa13d

@ -1,3 +1,4 @@
<div class="clearfix">
<span class="tags">
<!-- BEGIN tags -->
<a href="{config.relative_path}/tags/{tags.value}">
@ -23,4 +24,6 @@
<!-- IMPORT partials/thread_tools.tpl -->
</div>
</div>
<hr/>

@ -28,20 +28,20 @@
<!-- IMPORT partials/topic/post.tpl -->
<!-- IF !posts.index -->
<div class="post-bar clearfix" data-index="{posts.index}">
<div class="post-bar" data-index="{posts.index}">
<!-- IMPORT partials/post_bar.tpl -->
</div>
<hr />
<!-- ENDIF !posts.index -->
</li>
<!-- END posts -->
</ul>
<div class="post-bar bottom-post-bar clearfix <!-- IF unreplied -->hidden<!-- ENDIF unreplied -->">
<div class="post-bar bottom-post-bar <!-- IF unreplied -->hidden<!-- ENDIF unreplied -->">
<!-- IMPORT partials/post_bar.tpl -->
</div>
<hr />
<!-- IF config.usePagination -->
<!-- IMPORT partials/paginator.tpl -->

Loading…
Cancel
Save