Made some stats more distinct in the server_detail template.
This commit is contained in:
parent
8d98476a4b
commit
9ac1078e46
@ -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: "−";
|
||||||
|
|||||||
@ -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>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user