Change absolute paths to relative in scss

* makes collectstatic happy
This commit is contained in:
Victor Shnayder
2012-07-31 14:03:03 -04:00
parent 71b9dbbb2e
commit f3567ddd66

View File

@@ -56,10 +56,10 @@
.module a:first-child {
@extend .content-type;
background-image: url('/static/img/content-types/module.png');
background-image: url('../img/content-types/module.png');
}
.module a:first-child {
@extend .content-type;
background-image: url('/static/img/content-types/module.png');
background-image: url('../img/content-types/module.png');
}