Format <li> elements properly within wp-admin comment view. Props jhodgdon. fixes #3871

git-svn-id: http://svn.automattic.com/wordpress/trunk@4950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2007-02-26 05:22:02 +00:00
parent dffc694131
commit 1104eb88ca

View File

@ -292,6 +292,11 @@ form#upload #post_content {
margin: 0;
}
.commentlist li li {
border-bottom: 0px;
padding: 0;
}
.commentlist p {
padding: 0;
margin: 0 0 .8em;