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-"] {
|
img[class*="attachment-"] {
|
||||||
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
|
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
|
||||||
}
|
}
|
||||||
img.mceWPnextpage {
|
img.mce-wp-nextpage {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
@ -339,4 +339,4 @@ img.wp-smiley {
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
margin: 0 0 24px;
|
margin: 0 0 24px;
|
||||||
margin: 0 0 1.71429rem;
|
margin: 0 0 1.71429rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue