More consistent padding in IE and FF, smoother display

git-svn-id: https://develop.svn.wordpress.org/trunk@3725 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2006-04-19 09:12:52 +00:00
parent 3bb5dc8012
commit 855d8df3c8
1 changed files with 8 additions and 2 deletions

View File

@ -236,8 +236,14 @@ form#upload #post_content {
} }
.commentlist li { .commentlist li {
border-bottom: 1px solid #369; border-bottom: 1px solid #ccc;
padding: .3em 1em; padding: 1em 1em .2em;
margin: 0;
}
.commentlist p {
padding: 0;
margin: 0 0 .8em;
} }
.clear { .clear {