From d587b08c0b5d7f74fd12e9e3bd8abbb15b2996aa Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 17 Mar 2008 23:12:17 +0000 Subject: [PATCH] Add avatar support to default theme. git-svn-id: http://svn.automattic.com/wordpress/trunk@7360 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/default/comments.php | 1 + wp-content/themes/default/style.css | 7 +++++++ 2 files changed, 8 insertions(+) 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;