From 47ec29c1ba02f552e82c934d2439bf6126e30cbf Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Tue, 11 Nov 2014 19:04:21 +0000 Subject: [PATCH] Twenty Fifteen: create consistent spacing with embeds and images. Props afercia, fixes #30286 Built from https://develop.svn.wordpress.org/trunk@30303 git-svn-id: http://core.svn.wordpress.org/trunk@30302 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/style.css | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 5951091640..e5fb1add02 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -2446,6 +2446,7 @@ object, video { margin-bottom: 1.6em; max-width: 100%; + vertical-align: middle; } p > embed, diff --git a/wp-includes/version.php b/wp-includes/version.php index dc48edea3a..c6cb2994a1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30302'; +$wp_version = '4.1-alpha-30303'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.