Skip to content

Commit

Permalink
Updated CSS to specify a size for gravatar images.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachnid committed Nov 23, 2008
1 parent 0b188bf commit 0594edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ h3#respond{color:#555;margin-bottom:7px;}
.comment_text ul,
.comment_text ol,
.comment_text blockquote{margin:0 1em;}
p.comment_meta .gravatar{vertical-align:top;margin-left:7px;}
p.comment_meta .gravatar{vertical-align:top;margin-left:7px;width:32px;height:32px;}
p.comment_meta span.subject{font-weight:bold;text-transform:uppercase;margin:0 0 0 7px;}
p.comment_meta span.user{font-weight:bold;}
p.comment_meta span.date{font-weight:normal;text-align:right;}
Expand Down

0 comments on commit 0594edf

Please sign in to comment.