summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/classic/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-content/themes/classic/style.css')
-rw-r--r--wp-content/themes/classic/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/wp-content/themes/classic/style.css b/wp-content/themes/classic/style.css
index f5436b2..5c8bd4a 100644
--- a/wp-content/themes/classic/style.css
+++ b/wp-content/themes/classic/style.css
@@ -4,6 +4,7 @@ Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
+Tags: mantle color, variable width, two columns, widgets
Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
@@ -159,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;