Use double-quoted strings
This commit is contained in:
parent
11e5943989
commit
0316bac137
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.leaflet-container path {
|
.leaflet-container path {
|
||||||
cursor: url('/assets/edit.png'), default !important;
|
cursor: url("/assets/edit.png"), default !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#infos_dossier {
|
#infos_dossier {
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#map.mode-create {
|
#map.mode-create {
|
||||||
cursor: url('/assets/pencil.png'), crosshair !important;
|
cursor: url("/assets/pencil.png"), crosshair !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#map g path.tracer {
|
#map g path.tracer {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#landing {
|
#landing {
|
||||||
background-image: image-url('landing_background.png');
|
background-image: image-url("landing_background.png");
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-size: 130% auto;
|
background-size: 130% auto;
|
||||||
background-position: top center;
|
background-position: top center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue