From b4d08f820ec142f321610364daa6b8212b8ab45b Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Mon, 23 Jul 2012 15:28:24 -0400 Subject: [PATCH] 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 →