More consistent padding in IE and FF, smoother display

git-svn-id: http://svn.automattic.com/wordpress/trunk@3725 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2006-04-19 09:12:52 +00:00
parent b71ff716ab
commit a0950d4d4b
1 changed files with 8 additions and 2 deletions

View File

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