From 4517f6c2754707b5d86b9d3e64fd654770de00fa Mon Sep 17 00:00:00 2001 From: Andres Date: Wed, 3 Dec 2025 22:37:43 -0500 Subject: [PATCH] correction liste --- www/css/style.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index f1c9b8f..655820e 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -443,13 +443,17 @@ footer a:hover { /* Hide scrollbar for Chrome, Safari and Opera */ .conteneurMaps::-webkit-scrollbar { - display: none; + display: none; } + /* Hide scrollbar for IE, Edge and Firefox */ .conteneurMaps { - -ms-overflow-style: none; /* IE and Edge */ - scrollbar-width: none; /* Firefox */ + -ms-overflow-style: none; + /* IE and Edge */ + scrollbar-width: none; + /* Firefox */ } + .aPropos #mapsFrame { border-radius: 20px; } @@ -1299,6 +1303,10 @@ h2 { padding: 10px; } +.wf-table-simple li { + list-style: none; +} + /****************************/ /* PAGE: Crédits */ /* AUTEUR: Jérémy Hébert */