From 78ca885b05f82834247d48ee8c06eef23ba2edf1 Mon Sep 17 00:00:00 2001 From: Brittany Cheng Date: Fri, 10 Aug 2012 18:42:07 -0700 Subject: [PATCH] fix comment styles --- lms/static/sass/_discussion.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index a46f279e7e..d867345580 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -348,10 +348,6 @@ $tag-text-color: #5b614f; } } - .comment > .comments { - margin-left: 68px; - } - //COMMENT STYLES .comments { overflow: hidden; @@ -365,6 +361,7 @@ $tag-text-color: #5b614f; } .comment { + margin-left: 68px; .comment-body, .content-body { @include discussion-font; color: black;