Merge pull request #632 from MITx/feature/kfiedler/problems
Fix list item issues in problems
This commit is contained in:
@@ -41,6 +41,16 @@ section.problem {
|
||||
}
|
||||
}
|
||||
|
||||
ol.enumerate {
|
||||
li {
|
||||
&:before {
|
||||
content: " ";
|
||||
display: block;
|
||||
height: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div {
|
||||
p {
|
||||
|
||||
@@ -6,10 +6,6 @@ html {
|
||||
div.course-wrapper {
|
||||
@extend .table-wrapper;
|
||||
|
||||
ul, ol {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
section.course-content {
|
||||
@extend .content;
|
||||
padding: 40px;
|
||||
@@ -47,6 +43,7 @@ div.course-wrapper {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
line-height: 1.4;
|
||||
list-style: none;
|
||||
|
||||
> li {
|
||||
@extend .clearfix;
|
||||
|
||||
Reference in New Issue
Block a user