Bring back bullets in lists

This commit is contained in:
kimth
2012-09-13 16:46:19 -04:00
parent 26158e78ea
commit 81e01c8c72

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 {