From 7599e041451882a58466b7fe4006c3efc0408503 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: https://develop.svn.wordpress.org/trunk@24319 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentytwelve/editor-style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentytwelve/editor-style.css b/wp-content/themes/twentytwelve/editor-style.css index f376dc7900..24e9b24f63 100644 --- a/wp-content/themes/twentytwelve/editor-style.css +++ b/wp-content/themes/twentytwelve/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 +}