diff --git a/cms/static/client_templates/course_info_handouts.html b/cms/static/client_templates/course_info_handouts.html
index cf9fdb5c85..7fbbe9bc33 100644
--- a/cms/static/client_templates/course_info_handouts.html
+++ b/cms/static/client_templates/course_info_handouts.html
@@ -1,6 +1,6 @@
Edit
-
Course Handouts
+Course Handouts
<%if (model.get('data') != null) { %>
<%= model.get('data') %>
diff --git a/cms/static/sass/views/_updates.scss b/cms/static/sass/views/_updates.scss
index 98adda2b5f..ba8b9bf6b0 100644
--- a/cms/static/sass/views/_updates.scss
+++ b/cms/static/sass/views/_updates.scss
@@ -2,12 +2,6 @@
// ====================
body.course.updates {
-
- h2 {
- margin-bottom: 24px;
- font-size: 22px;
- font-weight: 300;
- }
.course-info-wrapper {
display: table;
@@ -180,9 +174,10 @@ body.course.updates {
border-left: none;
background: $lightGrey;
- h2 {
- font-size: 18px;
- font-weight: 700;
+ .title {
+ margin-bottom: 24px;
+ font-size: 22px;
+ font-weight: 300;
}
.edit-button {
@@ -220,4 +215,4 @@ body.course.updates {
textarea {
height: 300px;
}
-}
\ No newline at end of file
+}