From 176a711ee3851ae91cb8837057e60853a8b0f081 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Sat, 22 Aug 2009 17:56:33 -0700 Subject: [PATCH] float:right on gravatar Signed-off-by: Philip M. Hofer (Frumph) --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 1404801..1e8d22e 100644 --- a/style.css +++ b/style.css @@ -508,7 +508,8 @@ h3, h3 a { } .post-author-gravatar { - float: left; + float: right; + margin: 3px; width: 63px; height: 63px; }