From e21e5284dea31535fd8f73486e4c3fde5426f20b Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Sat, 21 Jul 2012 20:27:04 -0400 Subject: [PATCH] Remove placeholder background image from courses and course about pages. --- lms/static/sass/_course_about.scss | 2 +- lms/templates/courses.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/static/sass/_course_about.scss b/lms/static/sass/_course_about.scss index 0f453e242a..04cb976fb9 100644 --- a/lms/static/sass/_course_about.scss +++ b/lms/static/sass/_course_about.scss @@ -5,7 +5,7 @@ header.course-profile { background: rgb(245,245,245); - @include background-image(url('/static/images/homepage_interns_placeholder_2025x550.jpg')); + @include background-image(url('/static/images/homepage-bg.jpg')); background-size: cover; @include box-shadow(0 1px 80px 0 rgba(0,0,0, 0.5)); border-bottom: 1px solid rgb(100,100,100); diff --git a/lms/templates/courses.html b/lms/templates/courses.html index 0601177a57..a4c0c2480a 100644 --- a/lms/templates/courses.html +++ b/lms/templates/courses.html @@ -5,7 +5,7 @@ <%block name="title">Courses
-