Commit 381ae449 by Kyle Fiedler

added styles for lists and paragraphs in problems

parent 772741eb
...@@ -121,6 +121,18 @@ div.course-wrapper { ...@@ -121,6 +121,18 @@ div.course-wrapper {
top: 6px; top: 6px;
} }
} }
ul {
list-style: disc outside none;
}
ol {
list-style: upper-roman outside none;
}
p {
margin-bottom: lh();
}
} }
div { div {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment