Commit fef549b8 by arjun810

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

Bring back bullets in lists
parents dc0b3e88 07682b8d
...@@ -62,15 +62,7 @@ div.info-wrapper { ...@@ -62,15 +62,7 @@ div.info-wrapper {
} }
> ul { > ul {
padding-left: 0; list-style-type: disc;
> li {
list-style: none;
}
> ul {
list-style-type: disc;
}
} }
li { li {
......
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