Public Access
5
0

Compare commits

..

2 Commits

Author SHA1 Message Date
Andres
ecaf487c96 correction liste 2025-12-03 22:41:50 -05:00
Andres
4517f6c275 correction liste 2025-12-03 22:37:43 -05:00

View File

@@ -443,16 +443,20 @@ footer a:hover {
/* Hide scrollbar for Chrome, Safari and Opera */ /* Hide scrollbar for Chrome, Safari and Opera */
.conteneurMaps::-webkit-scrollbar { .conteneurMaps::-webkit-scrollbar {
display: none; display: none;
} }
/* Hide scrollbar for IE, Edge and Firefox */ /* Hide scrollbar for IE, Edge and Firefox */
.conteneurMaps { .conteneurMaps {
-ms-overflow-style: none; /* IE and Edge */ -ms-overflow-style: none;
scrollbar-width: none; /* Firefox */ /* IE and Edge */
padding:0; scrollbar-width: none;
margin: auto; /* Firefox */
width: 100%; padding: 0;
margin: auto;
width: 100%;
} }
.aPropos #mapsFrame { .aPropos #mapsFrame {
border-radius: 20px; border-radius: 20px;
width: 100%; width: 100%;
@@ -1304,6 +1308,10 @@ h2 {
padding: 10px; padding: 10px;
} }
.wf-table-simple li {
list-style: none;
}
/****************************/ /****************************/
/* PAGE: Crédits */ /* PAGE: Crédits */
/* AUTEUR: Jérémy Hébert */ /* AUTEUR: Jérémy Hébert */