Merge pull request #36 from desudesutalk/thread_bottomlinks

Update thread template
This commit is contained in:
Michael Walker 2015-10-08 02:28:55 +01:00
commit 36079b64e8
2 changed files with 1 additions and 3 deletions

View File

@ -484,7 +484,6 @@ div.pages, div.boardlist {
min-height: 17px!important;
}
div.pages {
width: 50%;
padding: 0px 0px 0px 5px;
}

View File

@ -47,8 +47,6 @@
{{ body }}
{% include 'report_delete.html' %}
</form>
<a href="{{ return }}">[{% trans %}Return{% endtrans %}]</a>
<a href="#" id="bottom" style="padding-left: 10px">[{% trans %}Go to top{% endtrans %}]</a>
{{ boardlist.bottom }}
@ -74,5 +72,6 @@
<script type="text/javascript">{% raw %}
ready();
{% endraw %}</script>
<a href="#" id="bottom"></a>
</body>
</html>