From 2c7e03611a62b0a7a82ed4f94ed2a639b3db5b64 Mon Sep 17 00:00:00 2001 From: lancewillett Date: Sun, 5 Aug 2012 22:54:47 +0000 Subject: [PATCH] Twenty Twelve, RTL: per azaozz, center the editor body in RTL to stop messing with calculating height/width in JS. Props obenland, see #21441. git-svn-id: http://core.svn.wordpress.org/trunk@21441 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwelve/editor-style-rtl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentytwelve/editor-style-rtl.css b/wp-content/themes/twentytwelve/editor-style-rtl.css index d637ad2962..e523b693b2 100644 --- a/wp-content/themes/twentytwelve/editor-style-rtl.css +++ b/wp-content/themes/twentytwelve/editor-style-rtl.css @@ -8,7 +8,7 @@ See also rtl.css html .mceContentBody { direction: rtl; unicode-bidi: embed; - float: right; + margin: 10px auto; } li { margin: 0 24px 0 0;