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:
parent
dffc694131
commit
1104eb88ca
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue