added styles for lists and paragraphs in problems

This commit is contained in:
Kyle Fiedler
2012-06-20 15:53:29 -04:00
parent 8ca56ed451
commit 184d0ab038

View File

@@ -121,6 +121,18 @@ div.course-wrapper {
top: 6px;
}
}
ul {
list-style: disc outside none;
}
ol {
list-style: upper-roman outside none;
}
p {
margin-bottom: lh();
}
}
div {