diff --git a/cms/static/sass/_course-info.scss b/cms/static/sass/_course-info.scss index 29c47dbc6a..809ff6d4fc 100644 --- a/cms/static/sass/_course-info.scss +++ b/cms/static/sass/_course-info.scss @@ -8,6 +8,7 @@ .course-info-wrapper { display: table; width: 100%; + clear: both; } .main-column, @@ -15,13 +16,16 @@ float: none; display: table-cell; } + + .main-column { + border-radius: 3px 0 0 3px; + border-right-color: $mediumGrey; + } } .course-updates { padding: 30px 40px; margin: 0; - border-radius: 3px 0 0 3px; - border-right-color: $mediumGrey; .update-list > li { padding: 34px 0 42px; diff --git a/cms/templates/course_info.html b/cms/templates/course_info.html index fe888ac37b..e045814d72 100644 --- a/cms/templates/course_info.html +++ b/cms/templates/course_info.html @@ -38,8 +38,8 @@