diff --git a/lms/static/sass/course/courseware/_courseware.scss b/lms/static/sass/course/courseware/_courseware.scss index 6f95db64ee..010d47ba29 100644 --- a/lms/static/sass/course/courseware/_courseware.scss +++ b/lms/static/sass/course/courseware/_courseware.scss @@ -52,6 +52,14 @@ div.course-wrapper { margin-bottom: 15px; padding: 0 0 15px; + .collapsible { + header { + margin-bottom: 0; + padding-bottom: 0; + font-size: 16px; + } + } + header { @extend h1.top-header; @include border-radius(0 4px 0 0); diff --git a/lms/templates/problem.html b/lms/templates/problem.html index 2e94bc963f..c0bb4ef3e4 100644 --- a/lms/templates/problem.html +++ b/lms/templates/problem.html @@ -34,6 +34,8 @@ <%block name="js_extra">