Open ghost opened 8 years ago
The code says background: url(../../images/bkg_rating.gif) 0 0 repeat-x;
background: url(../../images/bkg_rating.gif) 0 0 repeat-x;
But that gives a 404, as it should only be going up one directory? e.g: ../images/
../images/
(Tested and working for me locally if I make this change)
Heya, could you please shoot through a PR?
The code says
background: url(../../images/bkg_rating.gif) 0 0 repeat-x;
But that gives a 404, as it should only be going up one directory? e.g:
../images/
(Tested and working for me locally if I make this change)