Fix for ordered lists not showing their numbrered markers in a comment

This commit is contained in:
Chriztian Steinmeier
2012-12-18 12:07:10 +01:00
parent 9305b597e9
commit e8f7e2baaf
+2 -1
View File
@@ -66,7 +66,8 @@ padding: 15px; text-align: left; padding-left: 60px }
#forum ul.commentsList li .comment .body{font-size: 12px;}
#forum ul.commentsList li .comment .body p{font-size: 12px; margin-top: 0px; margin-bottom: 15px;}
#forum ul.commentsList li .comment .body ul li{ display: list-item; list-style-type: disc; margin-top:.5em; margin-bottom:1em;}
#forum ul.commentsList li .comment .body li{display: list-item; margin-top:.5em; margin-bottom:1em;}
#forum ul.commentsList li .comment .body ul li {list-style-type: disc;}
/* Solutions */