From cf2a91c80963d185fa890e5c52e89fa8f045ded6 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 26 May 2010 14:15:27 +0000 Subject: [PATCH] RTL updates for twentyten. Props yoavf. fixes #13233 git-svn-id: http://svn.automattic.com/wordpress/trunk@14941 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/rtl.css | 32 +++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/twentyten/rtl.css b/wp-content/themes/twentyten/rtl.css index 39184f79d..4ae54e4da 100644 --- a/wp-content/themes/twentyten/rtl.css +++ b/wp-content/themes/twentyten/rtl.css @@ -40,7 +40,33 @@ DESCRIPTION: Two-column fixed layout with one sidebar right of content body, input, textarea, -.page-title span { +.page-title span, +.pingback a.url, +h3#comments-title, +h3#reply-title, +#access .menu, +#access div.menu ul, +#cancel-comment-reply-link, +.form-allowed-tags, +#site-info, +#site-title, +#wp-calendar, +.comment-meta, +.comment-body tr th, +.comment-body thead th, +.entry-content label, +.entry-content tr th, +.entry-content thead th, +.entry-meta, +.entry-title, +.entry-utility, +#respond label, +.navigation, +.page-title, +.pingback p, +.reply, +.widget-title, +input[type=submit] { font-family: Arial, Tahoma, sans-serif; } @@ -251,8 +277,6 @@ div.menu li{ } #site-generator a { background-position: right center; - padding-right: 19px; + padding-right: 20px; padding-left: 0; - margin-right: 1px; - margin-left: 0; } \ No newline at end of file