From d778fdf863c8fd2dd3a0195b0d11a9552a0eb07f Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 3 Jun 2013 22:17:09 +0000 Subject: [PATCH] Twenty Thirteen: clean up RTL styles per changes in r24391, see #24469. git-svn-id: http://core.svn.wordpress.org/trunk@24404 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../twentythirteen/css/editor-style.css | 33 ------------------- 1 file changed, 33 deletions(-) diff --git a/wp-content/themes/twentythirteen/css/editor-style.css b/wp-content/themes/twentythirteen/css/editor-style.css index 71b63d027e..434b1dbd66 100644 --- a/wp-content/themes/twentythirteen/css/editor-style.css +++ b/wp-content/themes/twentythirteen/css/editor-style.css @@ -390,40 +390,7 @@ html .mceContentBody.rtl { text-align: right; } -.rtl.post-format-aside cite:before { - content: normal; - margin-right: auto; -} - .rtl blockquote blockquote { margin-left: 0; margin-right: 24px; -} - -.rtl.post-format-quote blockquote { - padding-left: 0; - padding-right: 75px; -} - -.rtl.post-format-quote blockquote:before { - content: '\201D'; - padding-left: 25px; - padding-right: 0; - left: auto; - right: -15px; -} - -.rtl.post-format-status { - padding-left: 0; - padding-right: 35px; -} - -.rtl.post-format-status:before { - left: auto; - right: 15px; -} - -.rtl.post-format-status p:first-child:before { - left: auto; - right: 9px; } \ No newline at end of file