From 8fcc4c16ce77de42806181f1c8fc7f79657e058f Mon Sep 17 00:00:00 2001 From: westi Date: Thu, 30 Oct 2008 22:14:24 +0000 Subject: [PATCH] RTL fix for avatars in classic theme. Props RanYanivHartstein. git-svn-id: http://svn.automattic.com/wordpress/trunk@9420 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/classic/rtl.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wp-content/themes/classic/rtl.css b/wp-content/themes/classic/rtl.css index a038b64bdf..5f66ddedb6 100644 --- a/wp-content/themes/classic/rtl.css +++ b/wp-content/themes/classic/rtl.css @@ -28,6 +28,11 @@ acronym, abbr, span.caps, h2, p, li, #header, #menu ul li, #menu ul ul li, #wp-c border-right: 1px solid #ddd; } +#commentlist li .avatar { + margin-right: 0; + margin-left: 12px; +} + #content { margin: 30px 3em 0 13em; padding-right: 0;