diff --git a/includes/navigation.php b/includes/navigation.php index e3aef31..0ceb42b 100644 --- a/includes/navigation.php +++ b/includes/navigation.php @@ -9,10 +9,9 @@ if ($host == 'dev.dtch.online') { Home
diff --git a/includes/styles_mobile.css b/includes/styles_mobile.css index fafd40a..810ed63 100644 --- a/includes/styles_mobile.css +++ b/includes/styles_mobile.css @@ -28,8 +28,13 @@ body { font-size: 14px; } -th:nth-child(4), td:nth-child(4), th:nth-child(9), td:nth-child(9) { - display: none; +th:nth-child(1), td:nth-child(1), /* Player */ +th:nth-child(2), td:nth-child(2), /* winrato */ +th:nth-child(3), td:nth-child(3), /* win% */ +th:nth-child(4), td:nth-child(4), /* kdh% */ +th:nth-child(8), td:nth-child(8) /* matches */ +{ + display: table-cell; } header .banner { diff --git a/last_stats.php b/last_stats.php index b0d3865..14d7c3c 100644 --- a/last_stats.php +++ b/last_stats.php @@ -54,8 +54,8 @@ $ogDescription = "Explore detailed player statistics over the past month includi echo "| Player | -AHD | Win % | +AHD | K/D Human | Human Kills | K/D All | @@ -135,8 +135,8 @@ $ogDescription = "Explore detailed player statistics over the past month includi echo "
|---|---|---|---|---|---|---|
| $player_name | -$ahd | $winratio | +$ahd | $KD_H | $humankills | $KD_ALL | diff --git a/topstats.php b/topstats.php index e5d9612..45c67f6 100644 --- a/topstats.php +++ b/topstats.php @@ -1,6 +1,6 @@ @@ -31,10 +31,10 @@ include './includes/header.php';
| Player | $attribute | |||||
| $player_name | {$player_details[$account_id][$attribute]} |