Compare commits
2 Commits
4e4a0937be
...
ecaf487c96
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ecaf487c96 | ||
|
|
4517f6c275 |
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user