fixing video-bg-image and homepage-bg-image urls

This commit is contained in:
Giulio Gratta
2013-05-23 11:04:24 -07:00
parent 566a8b3823
commit 538ffe6fbe

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';