Made some stats more distinct in the server_detail template.

This commit is contained in:
A. Svensson 2015-03-08 14:44:52 +01:00
parent 8d98476a4b
commit 9ac1078e46
2 changed files with 9 additions and 2 deletions

View File

@ -103,6 +103,10 @@ body {
float: right; float: right;
} }
.bold {
font-weight: bold;
}
.tablesorter-head ::before { .tablesorter-head ::before {
font-family: "Glyphicons Halflings"; font-family: "Glyphicons Halflings";
content: ""; content: "";

View File

@ -18,8 +18,11 @@
{% endif %} {% endif %}
<h2>Player Population</h2> <h2>Player Population</h2>
<p>Currently online: {{server.current_players}} players</p> <p>Currently <span class="bold">
<p>Last updated <span title="{{server.last_updated|date:'r'}} GMT"> {{server.current_players}} players
</span>online.</p>
<p>Last updated <span class="bold" title="{{server.last_updated|date:'r'}} GMT">
{{server.last_updated|timesince}} {{server.last_updated|timesince}}
</span>ago.</p> </span>ago.</p>