From a4879b23edfd37feb09c82cce25daadf9f1e324d Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 28 Oct 2014 16:45:18 +0000 Subject: [PATCH] Twenty Fifteen: minor CSS spacing fix. See #30133. Built from https://develop.svn.wordpress.org/trunk@30049 git-svn-id: http://core.svn.wordpress.org/trunk@30049 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/style.css | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 91b0716ad7..d380f5f55e 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -5599,7 +5599,7 @@ span > video { } .entry-header, - .entry-footer { + .entry-footer { padding: 0; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 7cdc833169..0ef00c79e5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30048'; +$wp_version = '4.1-alpha-30049'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.