From e7db571b6439d3067f2ad33766f971f705a7fdae Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 14 Nov 2008 19:49:58 +0000 Subject: [PATCH] RTL tweak for classic theme from RanYanivHartstein. fixes #8009 git-svn-id: http://svn.automattic.com/wordpress/trunk@9692 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 5f66ddedb6..18188fff44 100644 --- a/wp-content/themes/classic/rtl.css +++ b/wp-content/themes/classic/rtl.css @@ -33,6 +33,11 @@ acronym, abbr, span.caps, h2, p, li, #header, #menu ul li, #menu ul ul li, #wp-c margin-left: 12px; } +#commentlist li .avatar { + margin-right: 0; + margin-left: 12px; +} + #content { margin: 30px 3em 0 13em; padding-right: 0;