added back in component header visual separation from component rendering block, making clear the display name for each component is not rendered to students

This commit is contained in:
marcotuts
2014-02-04 18:57:09 -05:00
parent 3f43fb6436
commit 3e5a591afe

View File

@@ -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 {