diff --git a/assets/css/page/stats.css b/assets/css/page/stats.css index 0f63c51..bd84ecb 100644 --- a/assets/css/page/stats.css +++ b/assets/css/page/stats.css @@ -51,7 +51,7 @@ table.in .right { width: 30%; } -.title { +.title_in { display: inline-block; background-color: white; color: black; diff --git a/stats.php b/stats.php index 47179d8..2d459c5 100755 --- a/stats.php +++ b/stats.php @@ -23,7 +23,7 @@ include "script/db.php";
-
PKpeach
+
PKpeach
query('SELECT texte, points FROM scores WHERE team = 0 ORDER BY id DESC'); while($r = $req->fetch()) { @@ -44,7 +44,7 @@ include "script/db.php"; $req = $db->query('SELECT texte, points FROM scores WHERE team = 1 ORDER BY id DESC'); while($r = $req->fetch()) { ?> - +