From 855c329b1dcd8b0aa80f25fbfe9d5abf3cdf4b81 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Wed, 11 Mar 2009 12:13:13 -0300 Subject: [PATCH] ActionItem934: enhancing list of comments --- public/stylesheets/article.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/stylesheets/article.css b/public/stylesheets/article.css index a229e26..08bd502 100644 --- a/public/stylesheets/article.css +++ b/public/stylesheets/article.css @@ -64,8 +64,8 @@ background: #B8CFE7; } -#content #article-comment h4 { - font-size: 14px; +#article .article-comment h4 { + font-size: 13px; margin: 0px; } @@ -76,8 +76,8 @@ height: 50px; background-repeat: no-repeat; background-position: 50% 50%; - margin-right: 10px; - float: left; + margin: 0px 10px 0px 10px; + float: right; } .comment-picture span { display: none; @@ -92,6 +92,7 @@ } .comment-text { + font-size: 12px; clear: left; } -- libgit2 0.21.2