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:
parent
b8f9f03dcf
commit
92ffd4310a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue