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 {
|
||||
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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue