Use double-quoted strings

This commit is contained in:
gregoirenovel 2017-04-12 10:52:14 +02:00
parent 11e5943989
commit 0316bac137
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@
}
.leaflet-container path {
cursor: url('/assets/edit.png'), default !important;
cursor: url("/assets/edit.png"), default !important;
}
#infos_dossier {
@ -51,7 +51,7 @@
}
#map.mode-create {
cursor: url('/assets/pencil.png'), crosshair !important;
cursor: url("/assets/pencil.png"), crosshair !important;
}
#map g path.tracer {

View file

@ -3,7 +3,7 @@
}
#landing {
background-image: image-url('landing_background.png');
background-image: image-url("landing_background.png");
background-attachment: fixed;
background-size: 130% auto;
background-position: top center;