tweaking image paths to work with enhancedImages

This commit is contained in:
Dave Lane 2024-09-05 12:21:32 +12:00
parent 9ac5b42454
commit 78dcd84341
2 changed files with 6 additions and 1 deletions

View file

@ -461,7 +461,7 @@
}
.tag.on {
padding-right: 25px;
background-image: url('images/check-black-in-white-20px.png');
background-image: url('/images/check-black-in-white-20px.png');
background-position: right center;
background-repeat: no-repeat;
}