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

Loading…
Cancel
Save