added some style for the courseware headers

This commit is contained in:
Kyle Fiedler
2012-02-15 11:56:13 -05:00
parent 22c9d55b47
commit 7dad99844e
2 changed files with 5 additions and 1 deletions

View File

@@ -12,6 +12,11 @@ div.course-wrapper {
section.course-content {
@extend .content;
h1 {
@extend .top-header;
background: none;
}
p {
margin-bottom: lh();

View File

@@ -22,7 +22,6 @@ section.course-index {
right: -1px;
border: 1px solid #D3D3D3;
background: #eee url('/static/images/slide-left-icon.png') center center no-repeat;
@include box-shadow(inset 0 0 0 1px #fff);
@include border-radius(3px 0 0 3px);
&:hover {