Commit c69e7cfe by Kyle Fiedler

Added style for unorderlists in courseware

parent 9a0ff90a
......@@ -2777,6 +2777,9 @@ div.course-wrapper section.course-content ol.vert-mod > li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0; }
div.course-wrapper section.course-content ol.vert-mod > li ul {
list-style: disc outside none;
padding-left: 1em; }
div.course-wrapper section.course-content section.tutorials ul {
list-style: disc outside none;
margin-left: 22.652px; }
......
......@@ -2,6 +2,7 @@ html {
height: 100%;
max-height: 100%;
}
body.courseware {
height: 100%;
max-height: 100%;
......@@ -173,6 +174,11 @@ div.course-wrapper {
margin-bottom: 0;
padding-bottom: 0;
}
ul {
list-style: disc outside none;
padding-left: 1em;
}
}
}
......
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