From 2cc1e36eb5081a262a7f314900d656e075609638 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 14 Nov 2008 19:49:58 +0000 Subject: [PATCH] RTL tweak for classic theme from RanYanivHartstein. fixes #8009 git-svn-id: https://develop.svn.wordpress.org/trunk@9692 602fd350-edb4-49c9-b593-d223f7449a82 --- 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;