From 0629600e0cb18ff43060f69314add27a51da9eb5 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 17 Mar 2008 23:12:17 +0000 Subject: [PATCH] Add avatar support to default theme. git-svn-id: https://develop.svn.wordpress.org/trunk@7360 602fd350-edb4-49c9-b593-d223f7449a82 --- 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;