Skip to content

Commit aca5d6e

Browse files
authored
Merge pull request #129 from Timo-Breumelhof/patch-1
Correct path to core images
2 parents 143ec68 + 6068405 commit aca5d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/components/_dnn.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ a.pinHelp {
10281028
}
10291029

10301030
.dnnRadiobutton img {
1031-
background: transparent url(../../../../../../images/radiobutton.png) no-repeat;
1031+
background: transparent url(/images/radiobutton.png) no-repeat;
10321032
}
10331033

10341034
.dnnRadiobutton img {

0 commit comments

Comments
 (0)