From 96a311467f901aae441255d59d96fef87a2dcef6 Mon Sep 17 00:00:00 2001 From: frperalde Date: Mon, 29 Mar 2021 11:58:48 +0200 Subject: [PATCH] Modification pour que ca marche un peu --- SwichGIT/src/css/PageDaccueil.css | 4 ++-- SwichGIT/src/index.php | 2 +- SwichGIT/src/js/main.js | 32 +++++++++++++++--------------- SwichGIT/src/mysqlitedb.db | Bin 385024 -> 389120 bytes 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/SwichGIT/src/css/PageDaccueil.css b/SwichGIT/src/css/PageDaccueil.css index 244a910..1960f8b 100644 --- a/SwichGIT/src/css/PageDaccueil.css +++ b/SwichGIT/src/css/PageDaccueil.css @@ -489,11 +489,11 @@ cursor:pointer; } #table_HS_Match { - visibility: visible; + display: visible; } #table_HS_Timer { - visibility: hidden; + display: none; } #HighscorePage { diff --git a/SwichGIT/src/index.php b/SwichGIT/src/index.php index 7d21368..7645ef1 100644 --- a/SwichGIT/src/index.php +++ b/SwichGIT/src/index.php @@ -1026,7 +1026,7 @@ require("ConnexionBDD.php");