From c2b426afebc571eccbb67f192d1f5bbc144114ef Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Mon, 23 Jul 2012 15:13:32 -0400 Subject: [PATCH 1/2] prereqs float right --- lms/static/sass/multicourse/_course_about.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lms/static/sass/multicourse/_course_about.scss b/lms/static/sass/multicourse/_course_about.scss index 04cb976fb9..f96d12f7a3 100644 --- a/lms/static/sass/multicourse/_course_about.scss +++ b/lms/static/sass/multicourse/_course_about.scss @@ -405,11 +405,6 @@ p { margin-right: 10px; } - - span { - float: none; - font-weight: normal; - } } &:hover { From b4d08f820ec142f321610364daa6b8212b8ab45b Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Mon, 23 Jul 2012 15:28:24 -0400 Subject: [PATCH 2/2] Chage placement of the read more link --- lms/static/sass/multicourse/_home.scss | 10 ++++++++++ lms/templates/index.html | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/lms/static/sass/multicourse/_home.scss b/lms/static/sass/multicourse/_home.scss index 89af76abaf..52471b58d2 100644 --- a/lms/static/sass/multicourse/_home.scss +++ b/lms/static/sass/multicourse/_home.scss @@ -425,6 +425,16 @@ font-family: $serif; font-style: italic; margin-left: 10px; + + &.read-more { + float: right; + color: lighten($base-font-color, 50%); + + &:hover { + color: $blue; + text-decoration: underline; + } + } } } } diff --git a/lms/templates/index.html b/lms/templates/index.html index 4f5b4b5896..10a41f00f7 100644 --- a/lms/templates/index.html +++ b/lms/templates/index.html @@ -100,7 +100,6 @@

edX News & Announcements

- Read More →
@@ -128,6 +127,8 @@ GigaOM, MIT News, IEEE Spectrum + + Read More →