Merge pull request #2112 from edx/feature/giulio/variablize-colors

fixing video-bg-image and homepage-bg-image urls
This commit is contained in:
caesar2164
2013-05-23 11:21:23 -07:00

View File

@@ -120,6 +120,6 @@ $modal-bg-color: rgb(245,245,245);
//-----------------
// CSS BG Images
//-----------------
$homepage-bg-image: '/static/images/homepage-bg.jpg';
$homepage-bg-image: '../images/homepage-bg.jpg';
$video-thumb-url: '/static/images/courses/video-thumb.jpg';
$video-thumb-url: '../images/courses/video-thumb.jpg';