mirror of
https://gitlab.com/mrubli/hugo-mod-leaflet.git
synced 2025-10-07 10:04:24 +00:00
static: css: Fix image path for resize handle
If the site is deployed to a different root path (e.g. /photos/), the absolute /images path is broken. Use a relative path instead since the CSS and the images are both underneath the static directory.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ui-icon {
|
.ui-icon {
|
||||||
background-image: url('/images/resize-handle-se.png');
|
background-image: url('../images/resize-handle-se.png');
|
||||||
background-position: -1px -1px;
|
background-position: -1px -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user