diff --git a/common/lib/xmodule/xmodule/css/annotatable/display.scss b/common/lib/xmodule/xmodule/css/annotatable/display.scss index 2db3b85e66..a8d7032e53 100644 --- a/common/lib/xmodule/xmodule/css/annotatable/display.scss +++ b/common/lib/xmodule/xmodule/css/annotatable/display.scss @@ -17,6 +17,8 @@ $body-font-size: em(14); border-radius: .5em; margin-bottom: .5em; + &.shaded { background-color: #EDEDED; } + .annotatable-section-title { font-weight: bold; a { font-weight: normal; } diff --git a/lms/templates/annotatable.html b/lms/templates/annotatable.html index af872b8c95..f010305744 100644 --- a/lms/templates/annotatable.html +++ b/lms/templates/annotatable.html @@ -6,7 +6,7 @@ % if instructions_html is not UNDEFINED and instructions_html is not None: -
+
Instructions Collapse Instructions