From b841591b0a622ccdc3e357ab0ba30abc0df022e8 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 22 Aug 2012 14:08:36 -0400 Subject: [PATCH] Remove special styling for courseware header logo --- lms/static/sass/course/layout/_courseware_header.scss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lms/static/sass/course/layout/_courseware_header.scss b/lms/static/sass/course/layout/_courseware_header.scss index 84ededfabb..c1ff450dff 100644 --- a/lms/static/sass/course/layout/_courseware_header.scss +++ b/lms/static/sass/course/layout/_courseware_header.scss @@ -95,13 +95,6 @@ header.global.slim { top: -12px; width: 1px; } - - a { - width: 48px; - height: 24px; - background: url(../images/small-header-logo.png) no-repeat !important; - } - } .find-courses-button { @@ -138,4 +131,4 @@ header.global.slim { font-weight: bold; letter-spacing: 0; } -} \ No newline at end of file +}