Browse Source

Merge pull request #36 from desudesutalk/thread_bottomlinks

Update thread template
pull/40/head
Michael Walker 9 years ago
parent
commit
36079b64e8
  1. 1
      stylesheets/style.css
  2. 3
      templates/thread.html

1
stylesheets/style.css

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

3
templates/thread.html

@ -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>

Loading…
Cancel
Save