diff --git a/src/static/css/style.css b/src/static/css/style.css index 2e9d4d4..5f3cadd 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -103,6 +103,10 @@ body { float: right; } +.bold { + font-weight: bold; +} + .tablesorter-head ::before { font-family: "Glyphicons Halflings"; content: "−"; diff --git a/src/templates/gameservers/server_detail.html b/src/templates/gameservers/server_detail.html index 7eee463..3052ced 100644 --- a/src/templates/gameservers/server_detail.html +++ b/src/templates/gameservers/server_detail.html @@ -18,8 +18,11 @@ {% endif %}

Player Population

-

Currently online: {{server.current_players}} players

-

Last updated +

Currently + {{server.current_players}} players + online.

+ +

Last updated {{server.last_updated|timesince}} ago.