From 2bf29fe495673544b79e96d4446ef8705e05fe42 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 15 Aug 2012 05:03:21 +0000 Subject: [PATCH] Twenty Twelve: editor RTL style fixes props yoavf, see #21441. git-svn-id: http://core.svn.wordpress.org/trunk@21515 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../themes/twentytwelve/editor-style-rtl.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/twentytwelve/editor-style-rtl.css b/wp-content/themes/twentytwelve/editor-style-rtl.css index e523b693b2..2b20acbbe8 100644 --- a/wp-content/themes/twentytwelve/editor-style-rtl.css +++ b/wp-content/themes/twentytwelve/editor-style-rtl.css @@ -8,16 +8,22 @@ See also rtl.css html .mceContentBody { direction: rtl; unicode-bidi: embed; - margin: 10px auto; } li { margin: 0 24px 0 0; margin: 0 1.714285714rem 0 0; } -td { +dl { + margin: 0 24px; + margin: 0 1.714285714rem; +} +tr th { text-align: right; } -.wp-caption-dd { - padding-right: 10px; +td { + padding: 6px 0 6px 10px; + text-align: right; +} +.wp-caption { text-align: right; } \ No newline at end of file