From f2ee5201d8fc512cc97039fb292a95bac5958fc9 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 22 May 2013 19:10:42 +0000 Subject: [PATCH] TwentyTwelve: in editor-style.css change .mceWPnextpage to .mce-wp-nextpage to match the core fix for Chrome. See #24177. git-svn-id: http://core.svn.wordpress.org/trunk@24319 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- editor-style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor-style.css b/editor-style.css index f376dc790..24e9b24f6 100644 --- a/editor-style.css +++ b/editor-style.css @@ -308,7 +308,7 @@ img[class*="wp-image-"], img[class*="attachment-"] { height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */ } -img.mceWPnextpage { +img.mce-wp-nextpage { border-radius: 0; box-shadow: none; } @@ -339,4 +339,4 @@ img.wp-smiley { line-height: 2; margin: 0 0 24px; margin: 0 0 1.71429rem; -} \ No newline at end of file +}