From 3e5a591afe6901bed91eb5ac93c5de3dacfbb357 Mon Sep 17 00:00:00 2001 From: marcotuts Date: Tue, 4 Feb 2014 18:57:09 -0500 Subject: [PATCH] added back in component header visual separation from component rendering block, making clear the display name for each component is not rendered to students --- cms/static/sass/views/_unit.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cms/static/sass/views/_unit.scss b/cms/static/sass/views/_unit.scss index 1cd74e12a1..0c93e26415 100644 --- a/cms/static/sass/views/_unit.scss +++ b/cms/static/sass/views/_unit.scss @@ -881,6 +881,8 @@ body.unit { padding: $baseline/4 $baseline/2; top: 0; left: 0; + border-bottom: 1px solid $gray-l4; + background-color: $gray-l6; } .component-header {