From 06e65aeb4056d88f0b58825a5f372c1cc9b43e6e Mon Sep 17 00:00:00 2001 From: westi Date: Mon, 21 Nov 2011 15:47:48 +0000 Subject: [PATCH] TwentyEleven: Improve RTL css to better match LTR experience. Fixes #18911 props SergeyBiryukov. git-svn-id: http://svn.automattic.com/wordpress/trunk@19377 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/rtl.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/twentyeleven/rtl.css b/wp-content/themes/twentyeleven/rtl.css index 0775d5621..19ac828ad 100644 --- a/wp-content/themes/twentyeleven/rtl.css +++ b/wp-content/themes/twentyeleven/rtl.css @@ -334,6 +334,7 @@ section.recent-posts .other-recent-posts a[rel="bookmark"] { section.recent-posts .other-recent-posts .comments-link a, section.recent-posts .other-recent-posts .comments-link > span { padding: 0.3125em 1em 0.3125em 0; + right: auto; left: 0; text-align: left; }