fix asset url in css (unbreaks heroku image 404)

This commit is contained in:
wvengen 2014-06-04 13:21:30 +02:00
parent 86a5576dc3
commit 2a6e0e0460
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ table.table {
// show package icon after amount of wholesale units
.package-image (@align) {
background-image: url(package-bg.png);
background-image: image-url('package-bg.png');
background-repeat: no-repeat;
background-position: @align center;
}