Twenty Seventeen: Ensure galleries display correctly in IE11.

It appears IE11 needs an explicit width for an `inline-block` parent element.

props derrickkoo, afercia.
fixes #38872.

Built from https://develop.svn.wordpress.org/trunk@39339


git-svn-id: http://core.svn.wordpress.org/trunk@39279 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2016-11-22 15:51:36 +00:00
parent 0b8740d868
commit 96960d8ed6
2 changed files with 2 additions and 1 deletions

View File

@ -2935,6 +2935,7 @@ object {
box-shadow: none;
background: none;
display: inline-block;
width: 100%;
}
.gallery-item a img {

View File

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