Commit 94300608 by caesar2164

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

fixing video-bg-image and homepage-bg-image urls
parents 69beea85 538ffe6f
...@@ -120,6 +120,6 @@ $modal-bg-color: rgb(245,245,245); ...@@ -120,6 +120,6 @@ $modal-bg-color: rgb(245,245,245);
//----------------- //-----------------
// CSS BG Images // 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';
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment