From 2c4b63826aff24dab97cd57a217ab79b5728e418 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 8 Apr 2015 23:29:25 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyfourteen/css/editor-style.css | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyfourteen/css/editor-style.css b/wp-content/themes/twentyfourteen/css/editor-style.css index d8706f701f..b4dd3253f2 100644 --- a/wp-content/themes/twentyfourteen/css/editor-style.css +++ b/wp-content/themes/twentyfourteen/css/editor-style.css @@ -726,7 +726,7 @@ html .mceContentBody.rtl { * 11.0 Media Queries */ -@media screen and (max-width: 474px) { +@media screen and (max-width: 494px) { body, img, .wp-caption { max-width: 100%; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 840e2ff3ee..0ade712d6f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.