From 0aba7ff55fbdf8ae953b417a14411e84ebbee0cb Mon Sep 17 00:00:00 2001 From: tyger07 <6035184+tyger07@users.noreply.github.com> Date: Sun, 4 Apr 2021 02:20:33 -0700 Subject: [PATCH] Small Update Fixes/changes some minor things. - Centers player stats image in its player stats table cell. - Corrects the myrcon address in a couple of places. - Changes battlelog address from HTTP to HTTPS so that the join button works. --- common/server-banner/html-banner.php | 4 ++-- common/stats.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/server-banner/html-banner.php b/common/server-banner/html-banner.php index dd769ea..5eaa7d6 100644 --- a/common/server-banner/html-banner.php +++ b/common/server-banner/html-banner.php @@ -89,7 +89,7 @@ - + @@ -257,7 +257,7 @@ function callAjax(){ - + banner diff --git a/common/stats.css b/common/stats.css index 4440c86..42df77d 100644 --- a/common/stats.css +++ b/common/stats.css @@ -1,5 +1,5 @@ /* BF4 Stats Page by Ty_ger07 */ -/* https://forum.myrcon.com/showthread.php?6854 */ +/* https://myrcon.net/topic/162-chat-guid-stats-and-mapstats-logger-1003/ */ *{margin:0 auto;padding:0;} .right{float:right;} .clear{clear:both;}