leaflet pop up affichage 1 image seulement
This commit is contained in:
@@ -36,9 +36,16 @@
|
||||
height: 210px;
|
||||
margin: 17px 10px 17px 20px !important;
|
||||
padding-right: 10px;
|
||||
a img:not(:first-child){
|
||||
a {
|
||||
display: none;
|
||||
}
|
||||
a:nth-child(1){
|
||||
display: block !important;
|
||||
}
|
||||
a:last-of-type{
|
||||
display: block !important;
|
||||
}
|
||||
#text{display: none;}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user