From 8f5d8a98c71a64fe81f379b78e1008078a1d86dc Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Mon, 11 Feb 2013 16:20:25 -0500 Subject: [PATCH] studio - resolved sidebar content organization and styling --- cms/static/sass/_base.scss | 8 ++++++++ cms/templates/settings.html | 4 +++- cms/templates/settings_graders.html | 4 +++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/cms/static/sass/_base.scss b/cms/static/sass/_base.scss index 59d487d660..bd889cef50 100644 --- a/cms/static/sass/_base.scss +++ b/cms/static/sass/_base.scss @@ -149,6 +149,14 @@ h1 { color: $gray-d2; font-weight: 600; } + + p { + margin: 0 0 $baseline 0; + + &:last-child { + margin-bottom: 0; + } + } } } diff --git a/cms/templates/settings.html b/cms/templates/settings.html index e15edf3f3b..cec27693dc 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -205,7 +205,9 @@ from contentstore import utils