diff --git a/src/static/css/style.css b/src/static/css/style.css index d7d72fe..f57c045 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -63,7 +63,7 @@ body { padding-bottom: 40px; } -#chart { +#weekly_history { width:800px; height:200px; } diff --git a/src/templates/gameservers/server_detail.html b/src/templates/gameservers/server_detail.html index ddcb8aa..1309ed4 100644 --- a/src/templates/gameservers/server_detail.html +++ b/src/templates/gameservers/server_detail.html @@ -56,22 +56,25 @@ -

Players, last week

-
+

Players last week

+
+

Average per day

+
+ + - -

Players, average per day

-
- - + {% endblock %}