correction liste
This commit is contained in:
@@ -445,11 +445,15 @@ footer a:hover {
|
|||||||
.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 */
|
||||||
|
scrollbar-width: none;
|
||||||
|
/* Firefox */
|
||||||
}
|
}
|
||||||
|
|
||||||
.aPropos #mapsFrame {
|
.aPropos #mapsFrame {
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
}
|
}
|
||||||
@@ -1299,6 +1303,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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user