Skip to content

Commit 7c29918

Browse files
committed
Chemins relatifs pour les images
1 parent 8d66065 commit 7c29918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ label {
117117
}
118118

119119
.marker.blue {
120-
background-image: url("/img/marker-blue.svg");
120+
background-image: url("img/marker-blue.svg");
121121
}
122122

123123
.marker.red {
124-
background-image: url("/img/marker-red.svg");
124+
background-image: url("img/marker-red.svg");
125125
}
126126

127127
.mapPopup ul {

0 commit comments

Comments
 (0)