Compare commits
2 Commits
4e4a0937be
...
ecaf487c96
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ecaf487c96 | ||
|
|
4517f6c275 |
@@ -445,14 +445,18 @@ footer a:hover {
|
||||
.conteneurMaps::-webkit-scrollbar {
|
||||
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 */
|
||||
padding: 0;
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.aPropos #mapsFrame {
|
||||
border-radius: 20px;
|
||||
width: 100%;
|
||||
@@ -1304,6 +1308,10 @@ h2 {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.wf-table-simple li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/****************************/
|
||||
/* PAGE: Crédits */
|
||||
/* AUTEUR: Jérémy Hébert */
|
||||
|
||||
Reference in New Issue
Block a user