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
This commit is contained in:
parent
7306e41902
commit
7599e04145
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user