Adjusting comments reply avatar size...

This commit is contained in:
mindfaucet 2009-11-30 15:31:44 -07:00
parent 31ef527a0e
commit 68e849717d
1 changed files with 6 additions and 7 deletions

View File

@ -614,13 +614,13 @@ h3, h3 a {
} }
.comment .comment .comment-avatar { .comment .comment .comment-avatar {
width: 40px; width: 48px;
height: 40px; height: 48px;
} }
.comment .comment .avatar { .comment .comment .avatar {
width: 40px; width: 48px;
height: 40px; height: 48px;
} }
.comment-content { .comment-content {
@ -628,7 +628,7 @@ h3, h3 a {
} }
.comment .comment .comment-content { .comment .comment .comment-content {
margin-left: 45px; margin-left: 52px;
} }
.pingback .comment-content { .pingback .comment-content {
@ -663,8 +663,7 @@ h3, h3 a {
} }
.comment-text p { .comment-text p {
padding: 5px 0 0 0; margin: 5px 0 0 0;
margin: 0;
font-size: 12px; font-size: 12px;
} }