Added style for unorderlists in courseware

This commit is contained in:
Kyle Fiedler
2012-04-25 15:33:09 -04:00
parent 9a0ff90a56
commit c69e7cfeee
2 changed files with 9 additions and 0 deletions

View File

@@ -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; }

View File

@@ -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;
}
}
}