Merge branch 'kf-problems' of github.com:MITx/mitx into stable-edx4edx
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -53,7 +53,6 @@ section.problem-set {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
div {
|
||||
p.status {
|
||||
text-indent: -9999px;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user