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:
parent
0b8740d868
commit
96960d8ed6
|
@ -2935,6 +2935,7 @@ object {
|
|||
box-shadow: none;
|
||||
background: none;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.gallery-item a img {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue