Twenty Fourteen: update editor styles to better account for adaptive images in small screens.

Fixes #31934, props iamtakashi.
Built from https://develop.svn.wordpress.org/trunk@32094


git-svn-id: http://core.svn.wordpress.org/trunk@32073 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2015-04-08 23:29:25 +00:00
parent 9db5bac3c4
commit 2c4b63826a
2 changed files with 2 additions and 2 deletions

View File

@ -726,7 +726,7 @@ html .mceContentBody.rtl {
* 11.0 Media Queries * 11.0 Media Queries
*/ */
@media screen and (max-width: 474px) { @media screen and (max-width: 494px) {
body, img, .wp-caption { body, img, .wp-caption {
max-width: 100%; max-width: 100%;
} }

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.2-beta4-32093'; $wp_version = '4.2-beta4-32094';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.