Commit 7dad9984 by Kyle Fiedler

added some style for the courseware headers

parent 22c9d55b
......@@ -12,6 +12,11 @@ div.course-wrapper {
section.course-content {
@extend .content;
h1 {
@extend .top-header;
background: none;
}
p {
margin-bottom: lh();
......
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment