Changing the img paths in the css files

This commit is contained in:
Patrick Desmarais 2015-12-01 16:00:25 -05:00
parent dce8dd7070
commit 2681b8bd2e
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
.irs-bar,
.irs-bar-edge,
.irs-slider {
background: url(../img/sprite-skin-flat.png) repeat-x;
background: url(img/sprite-skin-flat.png) repeat-x;
}
.irs {

View file

@ -12,7 +12,7 @@
.irs-bar,
.irs-bar-edge,
.irs-slider {
background: url(../img/sprite-skin-nice.png) repeat-x;
background: url(img/sprite-skin-nice.png) repeat-x;
}
.irs {