From 7fa68bcc80112c1e1ee14902d94681971ee68655 Mon Sep 17 00:00:00 2001 From: Arjun Singh Date: Mon, 10 Sep 2012 15:52:53 -0700 Subject: [PATCH] Remove unused css class --- lms/static/sass/course/base/_base.scss | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/lms/static/sass/course/base/_base.scss b/lms/static/sass/course/base/_base.scss index a64219b202..ac80aa6ba6 100644 --- a/lms/static/sass/course/base/_base.scss +++ b/lms/static/sass/course/base/_base.scss @@ -152,15 +152,6 @@ img { color: #fff; } - .error-icon { - display: block; - float: left; - width: 27px; - height: 24px; - margin: 0 auto 10px; - background: url(../images/large-error-icon.png) no-repeat; - } - strong { display: block; margin-bottom: 10px; @@ -192,4 +183,4 @@ img { margin-top: 10px; text-align: center; } -} \ No newline at end of file +}