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:
parent
b71ff716ab
commit
a0950d4d4b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue