style fixes for lists in comments

This commit is contained in:
albert
2011-09-13 19:43:11 -04:00
parent 4a684d1c2a
commit 0781f76c8b

View File

@@ -585,6 +585,19 @@ div.comments-for-post {
margin-left: 2em;
width: 30em;
float: left;
ul {
margin-left: 1em;
margin-bottom: 1em;
ul {
margin-bottom: 0;
}
}
li {
list-style-type: disc;
}
}
}