Commit e5a06c09 by Kyle Fiedler

Fix some minor things in the courseware

parent 7dad9984
...@@ -14,7 +14,6 @@ div.course-wrapper { ...@@ -14,7 +14,6 @@ div.course-wrapper {
h1 { h1 {
@extend .top-header; @extend .top-header;
background: none;
} }
p { p {
...@@ -26,6 +25,12 @@ div.course-wrapper { ...@@ -26,6 +25,12 @@ div.course-wrapper {
} }
} }
ul {
li {
margin-bottom: lh(.5);
}
}
.problem-set { .problem-set {
position: relative; position: relative;
@extend .clearfix; @extend .clearfix;
...@@ -111,7 +116,6 @@ div.course-wrapper { ...@@ -111,7 +116,6 @@ div.course-wrapper {
} }
} }
section.problems-wrapper, div#seq_content { section.problems-wrapper, div#seq_content {
@extend .problem-set; @extend .problem-set;
} }
...@@ -126,6 +130,15 @@ div.course-wrapper { ...@@ -126,6 +130,15 @@ div.course-wrapper {
} }
} }
div#seq_content {
h1 {
background: none;
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
}
ol.vert-mod { ol.vert-mod {
> li { > li {
@extend .clearfix; @extend .clearfix;
......
...@@ -88,6 +88,7 @@ section.course-content { ...@@ -88,6 +88,7 @@ section.course-content {
li { li {
float: left; float: left;
margin-bottom: 0;
a { a {
@include box-shadow(1px 0 0 #555); @include box-shadow(1px 0 0 #555);
......
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