diff --git a/wp-content/themes/classic/comments.php b/wp-content/themes/classic/comments.php
index 34dce74b1d..bf02bedd78 100644
--- a/wp-content/themes/classic/comments.php
+++ b/wp-content/themes/classic/comments.php
@@ -13,6 +13,7 @@
diff --git a/wp-content/themes/classic/style.css b/wp-content/themes/classic/style.css
index 2328126ab7..5c8bd4a83e 100644
--- a/wp-content/themes/classic/style.css
+++ b/wp-content/themes/classic/style.css
@@ -160,6 +160,13 @@ ul.post-meta span.post-meta-key {
list-style-type: none;
}
+#commentlist li .avatar {
+ float: right;
+ margin-right: 25px;
+ border: 1px dotted #ccc;
+ padding: 2px;
+}
+
#content {
margin: 30px 13em 0 3em;
padding-right: 60px;