added styles for lists and paragraphs in problems
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user