From 128975e7cec0b90eced4297e73a597d0fca7108d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 14 Sep 2021 10:19:01 +0000 Subject: [PATCH] Twenty Seventeen: Make blog header margin more specific on front page. This avoids a large gap between title and content when the layout is set to one column. Props laurelfulford, sabernhardt, hirofumi2012, jainnidhi, mukesh27. Fixes #43628. Built from https://develop.svn.wordpress.org/trunk@51808 git-svn-id: http://core.svn.wordpress.org/trunk@51415 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyseventeen/style.css | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css index b6007aed24..b3621b79e3 100644 --- a/wp-content/themes/twentyseventeen/style.css +++ b/wp-content/themes/twentyseventeen/style.css @@ -3822,7 +3822,7 @@ p > object:only-child { width: 100%; } - .panel-content .recent-posts .entry-header { + .twentyseventeen-front-page .panel-content .recent-posts .entry-header { margin-bottom: 1.5em; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 219bd205a6..fa754ce8d7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51807'; +$wp_version = '5.9-alpha-51808'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.