From eb4068cc11a396e2e8a20f1d0e9fe0abc72d5b04 Mon Sep 17 00:00:00 2001 From: Arjun Singh Date: Fri, 24 Aug 2012 03:14:42 -0700 Subject: [PATCH] Make profile page look reasonable --- lms/static/sass/_discussion.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index 717770f459..bcda46a0bb 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -150,6 +150,10 @@ $tag-text-color: #5b614f; //user profile + .user-profile{ + margin-top: 24px; + } + .sidebar-username { font-size: 1.5em; font-weight: bold;