Browse Source

Fixes style. I18s table headers

pull/40/head
nonmakina 3 years ago
parent
commit
4eab810a3b
  1. 10
      templates/themes/categories/news.html

10
templates/themes/categories/news.html

@ -25,16 +25,17 @@
{% endif %}
</div>
{% if stats %}
<div class="ban post">
<div class="ban" style="border: none; background: none;">
<h2 id="post-statistics">
{% trans "Post Statistics" %}
</h2>
</div>
<table class="modlog" style="width: 50%; text-align: left;">
<thead>
<tr>
<th>Board</th>
<th>PPH</th>
<th>Recent IPs</th>
<th>{% trans "Board" %}</th>
<th>{% trans "PPH" %}</th>
<th>{% trans "Recent IPs" %}</th>
</tr>
</thead>
<tbody>
@ -64,7 +65,6 @@
{% endfor %}
</tbody>
</table>
</div>
{% endif %}
<footer>
<p class="unimportant" style="margin-top:20px;text-align:center;">- Tinyboard +

Loading…
Cancel
Save