diff --git a/lms/static/images/BerkeleyX-on-edx-logo.png b/lms/static/images/BerkeleyX-on-edx-logo.png deleted file mode 100644 index cb765ce2fa..0000000000 Binary files a/lms/static/images/BerkeleyX-on-edx-logo.png and /dev/null differ diff --git a/lms/static/images/admin-actions-sprite.png b/lms/static/images/admin-actions-sprite.png deleted file mode 100644 index b07a6d6b7b..0000000000 Binary files a/lms/static/images/admin-actions-sprite.png and /dev/null differ diff --git a/lms/static/images/answer-icon.png b/lms/static/images/answer-icon.png deleted file mode 100644 index 4779a6f42f..0000000000 Binary files a/lms/static/images/answer-icon.png and /dev/null differ diff --git a/lms/static/images/askbot/comment-vote-up.png b/lms/static/images/askbot/comment-vote-up.png deleted file mode 100644 index 05dc84e12e..0000000000 Binary files a/lms/static/images/askbot/comment-vote-up.png and /dev/null differ diff --git a/lms/static/images/askbot/search-icon.png b/lms/static/images/askbot/search-icon.png deleted file mode 100644 index b06aa1163d..0000000000 Binary files a/lms/static/images/askbot/search-icon.png and /dev/null differ diff --git a/lms/static/images/askbot/vote-arrow-down.png b/lms/static/images/askbot/vote-arrow-down.png deleted file mode 100644 index 501c2abfae..0000000000 Binary files a/lms/static/images/askbot/vote-arrow-down.png and /dev/null differ diff --git a/lms/static/images/askbot/vote-arrow-up.png b/lms/static/images/askbot/vote-arrow-up.png deleted file mode 100644 index 22de384120..0000000000 Binary files a/lms/static/images/askbot/vote-arrow-up.png and /dev/null differ diff --git a/lms/static/images/askbot/wmd-buttons.png b/lms/static/images/askbot/wmd-buttons.png deleted file mode 100755 index 1092100710..0000000000 Binary files a/lms/static/images/askbot/wmd-buttons.png and /dev/null differ diff --git a/lms/static/images/brazilstory_blog_arthur.jpg b/lms/static/images/brazilstory_blog_arthur.jpg deleted file mode 100644 index 58efd75542..0000000000 Binary files a/lms/static/images/brazilstory_blog_arthur.jpg and /dev/null differ diff --git a/lms/static/images/browse-icon.png b/lms/static/images/browse-icon.png deleted file mode 100644 index 25df634b4a..0000000000 Binary files a/lms/static/images/browse-icon.png and /dev/null differ diff --git a/lms/static/images/bullet-triangle.png b/lms/static/images/bullet-triangle.png deleted file mode 100644 index d9d36f5a74..0000000000 Binary files a/lms/static/images/bullet-triangle.png and /dev/null differ diff --git a/lms/static/images/courses/circuits.jpeg b/lms/static/images/courses/circuits.jpeg deleted file mode 100644 index c939c8d604..0000000000 Binary files a/lms/static/images/courses/circuits.jpeg and /dev/null differ diff --git a/lms/static/images/courses/edx_hp_video_thumbsmall.jpg b/lms/static/images/courses/edx_hp_video_thumbsmall.jpg deleted file mode 100644 index 644fa8e065..0000000000 Binary files a/lms/static/images/courses/edx_hp_video_thumbsmall.jpg and /dev/null differ diff --git a/lms/static/images/courses/history.png b/lms/static/images/courses/history.png deleted file mode 100644 index c9dc8ada49..0000000000 Binary files a/lms/static/images/courses/history.png and /dev/null differ diff --git a/lms/static/images/courses/math.png b/lms/static/images/courses/math.png deleted file mode 100644 index 2652b15473..0000000000 Binary files a/lms/static/images/courses/math.png and /dev/null differ diff --git a/lms/static/images/courses/video-thumb.jpg b/lms/static/images/video-thumb.jpg similarity index 100% rename from lms/static/images/courses/video-thumb.jpg rename to lms/static/images/video-thumb.jpg diff --git a/lms/static/sass/base/_variables.scss b/lms/static/sass/base/_variables.scss index 4a149a134b..79bee5dd62 100644 --- a/lms/static/sass/base/_variables.scss +++ b/lms/static/sass/base/_variables.scss @@ -405,7 +405,7 @@ $login-banner-image: url(../images/bg-banner-account.png); $register-banner-image: url(../images/bg-banner-account.png); $passwordreset-banner-image: url(../images/bg-banner-account.png); -$video-thumb-url: '../images/courses/video-thumb.jpg'; +$video-thumb-url: '../images/video-thumb.jpg'; // ==================== diff --git a/lms/static/sass/course/discussion/_form-wmd-toolbar.scss b/lms/static/sass/course/discussion/_form-wmd-toolbar.scss index 7d9b81c1ff..ce8e270dd2 100644 --- a/lms/static/sass/course/discussion/_form-wmd-toolbar.scss +++ b/lms/static/sass/course/discussion/_form-wmd-toolbar.scss @@ -52,7 +52,7 @@ margin-left: 5px; margin-right: 5px; position: absolute; - background-image: url(../images/askbot/wmd-buttons.png); + background-image: url(../images/wmd-buttons.png); background-repeat: no-repeat; background-position: 0px 0px; display: inline-block;