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
This commit is contained in:
Andrew Ozz 2013-05-22 19:10:42 +00:00
parent be85f09fcf
commit f2ee5201d8
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}