From 6295bc3bc5126163dc3bfccf297b1bc56d90923c Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Tue, 7 Aug 2012 14:41:20 -0400 Subject: [PATCH] label font changes --- lms/static/sass/_discussion.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index f63fa870e1..98b995cff9 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -313,6 +313,13 @@ $tag_text_color: #5b614f; text-decoration: none; width: inherit; } + + label { + font-family: $sans-serif; + font-size: .8em; + font-style: normal; + font-weight: 400; + } } .new-post-form { @@ -531,7 +538,8 @@ $tag_text_color: #5b614f; border: 1px solid #c8c8c8; font-family: Monaco, 'Lucida Console', monospace; font-style: normal; - font-size: 12px; + font-size: 0.8em; + line-height: 1.6em; @include border-radius(3px 3px 0 0); @include box-shadow(none); } @@ -540,6 +548,7 @@ $tag_text_color: #5b614f; position: relative; font-family: $sans-serif; padding: 25px 20px 10px 20px; + margin-bottom: 5px; box-sizing: border-box; border: 1px solid #c8c8c8; border-top-width: 0;