Skip to content

Commit c138c3a

Browse files
committed
Correction des chemins relatifs
1 parent 7c29918 commit c138c3a

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)