Merge branch 'kf-problems' of github.com:MITx/mitx into stable-edx4edx

This commit is contained in:
ichuang
2012-06-22 18:28:27 -04:00
3 changed files with 10 additions and 12 deletions

View File

@@ -12,7 +12,11 @@ div.course-wrapper {
@extend .table-wrapper;
ul, ol {
list-style: none;
padding-left: lh();
li {
margin-bottom: lh(.5);
}
}
section.course-content {
@@ -32,12 +36,6 @@ div.course-wrapper {
}
}
ul {
li {
margin-bottom: lh(.5);
}
}
div#seq_content {
h1 {
background: none;
@@ -48,6 +46,9 @@ div.course-wrapper {
}
ol.vert-mod {
list-style: none;
padding-left: 0;
> li {
@extend .clearfix;
@extend .problem-set;
@@ -85,10 +86,6 @@ div.course-wrapper {
height: 150px;
}
ul {
list-style: disc outside none;
padding-left: 1em;
}
nav.sequence-bottom {
ul {

View File

@@ -53,7 +53,6 @@ section.problem-set {
}
}
div {
p.status {
text-indent: -9999px;

View File

@@ -442,6 +442,8 @@ section.course-content {
max-height: 460px;
overflow: auto;
width: flex-grid(3, 9);
padding-left: 0;
list-style: none;
li {
border: 0;