From d648b18d725311bc70a4ed13ba2e345e2c44ae63 Mon Sep 17 00:00:00 2001 From: marco Date: Wed, 12 Jun 2013 13:49:46 -0400 Subject: [PATCH] removed border to the right of discussion list --- lms/static/sass/_discussion.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index 42e31cf5d9..001c4018d9 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -732,7 +732,7 @@ body.discussion { position: absolute; top: 30%; left: 30%; - color: $gray; + color: $gray-l1; font-size: 28px; z-index: 100; width: 25px; @@ -1066,7 +1066,7 @@ body.discussion { .post-list-wrapper { overflow-y: scroll; overflow-x: hidden; - border-right: 1px solid transparent; + //border-right: 1px solid transparent; } .post-list {