Fix some minor things in the courseware

This commit is contained in:
Kyle Fiedler
2012-02-15 13:39:47 -05:00
parent 7dad99844e
commit e5a06c096b
2 changed files with 16 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ div.course-wrapper {
h1 {
@extend .top-header;
background: none;
}
p {
@@ -26,6 +25,12 @@ div.course-wrapper {
}
}
ul {
li {
margin-bottom: lh(.5);
}
}
.problem-set {
position: relative;
@extend .clearfix;
@@ -111,7 +116,6 @@ div.course-wrapper {
}
}
section.problems-wrapper, div#seq_content {
@extend .problem-set;
}
@@ -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 {
> li {
@extend .clearfix;

View File

@@ -88,6 +88,7 @@ section.course-content {
li {
float: left;
margin-bottom: 0;
a {
@include box-shadow(1px 0 0 #555);