Added style for unorderlists in courseware
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user