webcomm / magento-boilerplate

HTML5 Twitter Bootstrap 3.1 Magento Boilerplate Template
MIT License
526 stars 191 forks source link

ratings.less incorrectly references bkg_rating.gif (the star gif) #151

Open ghost opened 8 years ago

ghost commented 8 years ago

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)

bencorlett commented 8 years ago

Heya, could you please shoot through a PR?