From b0abfa07c83d484b16dde061d42aaf5f52e26cf5 Mon Sep 17 00:00:00 2001 From: Arthur Barrett Date: Mon, 4 Mar 2013 14:23:41 -0500 Subject: [PATCH] style the guided discussion text so it is boxed like the instructions text. --- common/lib/xmodule/xmodule/css/annotatable/display.scss | 1 + lms/templates/annotatable.html | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/common/lib/xmodule/xmodule/css/annotatable/display.scss b/common/lib/xmodule/xmodule/css/annotatable/display.scss index 4fb691fcb9..2db3b85e66 100644 --- a/common/lib/xmodule/xmodule/css/annotatable/display.scss +++ b/common/lib/xmodule/xmodule/css/annotatable/display.scss @@ -25,6 +25,7 @@ $body-font-size: em(14); border-top: 1px solid $border-color; margin-top: .5em; padding-top: .5em; + @include clearfix; } } diff --git a/lms/templates/annotatable.html b/lms/templates/annotatable.html index bdb5a8acc3..af872b8c95 100644 --- a/lms/templates/annotatable.html +++ b/lms/templates/annotatable.html @@ -22,7 +22,8 @@ Guided Discussion Hide Annotations +
+ ${content_html} +
- -
${content_html}