Merge pull request #683 from MITx/kimth/put-back-bullets-in-course-info

Bring back bullets in lists
This commit is contained in:
arjun810
2012-09-13 13:48:29 -07:00

View File

@@ -62,15 +62,7 @@ div.info-wrapper {
}
> ul {
padding-left: 0;
> li {
list-style: none;
}
> ul {
list-style-type: disc;
}
list-style-type: disc;
}
li {