diff --git a/wp-content/themes/default/comments.php b/wp-content/themes/default/comments.php index ee2443e660..08b1be1e32 100644 --- a/wp-content/themes/default/comments.php +++ b/wp-content/themes/default/comments.php @@ -27,6 +27,7 @@
  • id="comment-"> + Says: comment_approved == '0') : ?> Your comment is awaiting moderation. diff --git a/wp-content/themes/default/style.css b/wp-content/themes/default/style.css index d8b4523524..0e5fd911c2 100644 --- a/wp-content/themes/default/style.css +++ b/wp-content/themes/default/style.css @@ -139,6 +139,13 @@ h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar font-weight: bold; } +.commentlist li .avatar { + float: right; + border: 1px solid #eee; + padding: 2px; + background: #fff; + } + .commentlist cite, .commentlist cite a { font-weight: bold; font-style: normal;