From 68e849717dad37217a7b17b5a57ad27b09cebe49 Mon Sep 17 00:00:00 2001 From: mindfaucet Date: Mon, 30 Nov 2009 15:31:44 -0700 Subject: [PATCH] Adjusting comments reply avatar size... --- style.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index 5caa431..362157d 100644 --- a/style.css +++ b/style.css @@ -614,13 +614,13 @@ h3, h3 a { } .comment .comment .comment-avatar { - width: 40px; - height: 40px; + width: 48px; + height: 48px; } .comment .comment .avatar { - width: 40px; - height: 40px; + width: 48px; + height: 48px; } .comment-content { @@ -628,7 +628,7 @@ h3, h3 a { } .comment .comment .comment-content { - margin-left: 45px; + margin-left: 52px; } .pingback .comment-content { @@ -663,8 +663,7 @@ h3, h3 a { } .comment-text p { - padding: 5px 0 0 0; - margin: 0; + margin: 5px 0 0 0; font-size: 12px; }