Skip to content
Snippets Groups Projects
Commit 184d0ab0 authored by Kyle Fiedler's avatar Kyle Fiedler
Browse files

added styles for lists and paragraphs in problems

parent 8ca56ed4
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment