diff --git a/app/views/content_viewer/_comment.rhtml b/app/views/content_viewer/_comment.rhtml index 900b00a..0a05e8b 100644 --- a/app/views/content_viewer/_comment.rhtml +++ b/app/views/content_viewer/_comment.rhtml @@ -40,4 +40,5 @@ +
diff --git a/public/stylesheets/article.css b/public/stylesheets/article.css index 6ca0e79..8892028 100644 --- a/public/stylesheets/article.css +++ b/public/stylesheets/article.css @@ -77,21 +77,12 @@ } .comment-picture { - position: relative; display: block; + float: left; width: 70px; - height: 50px; background-repeat: no-repeat; - background-position: 0% 50%; - margin: 0px 4px 4px 4px; - float: left; -} - -.comment-picture span { - top: 50px; - position: absolute; - width: 100%; - overflow: hidden; + background-position: 0% 0%; + padding-top: 50px; } a.comment-picture { @@ -120,7 +111,6 @@ a.comment-picture { .comment-text { font-size: 11px; - clear: left; } .comment-logged-out .comment-text { -- libgit2 0.21.2