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