From 82b97a677fb8a2fe379e53dd0f0e5021560b1cea Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 10 Feb 2024 17:18:14 +0000 Subject: [PATCH] Twenty Fifteen: Add top margin to the File block button styles. This ensures that there is some spacing between the Cover and File blocks. Props mukesh27, mayur8991, panchalhimani711, sabernhardt, itpathsolutions, thakordarshil, ankit-k-gupta, ugyensupport, pooja1210, shailu25, harshgajipara, darshitrajyaguru97, poena. Fixes #58498. Built from https://develop.svn.wordpress.org/trunk@57581 git-svn-id: http://core.svn.wordpress.org/trunk@57082 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/css/blocks.css | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyfifteen/css/blocks.css b/wp-content/themes/twentyfifteen/css/blocks.css index 3487cc7b98..70026d2e72 100644 --- a/wp-content/themes/twentyfifteen/css/blocks.css +++ b/wp-content/themes/twentyfifteen/css/blocks.css @@ -222,6 +222,7 @@ p.has-drop-cap:not(:focus)::first-letter { font-size: 12px; font-weight: 700; line-height: 1.5; + margin-top: 2em; padding: 0.7917em 1.5em; text-transform: uppercase; vertical-align: baseline; diff --git a/wp-includes/version.php b/wp-includes/version.php index bbeacc376c..b8a484db34 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57580'; +$wp_version = '6.5-alpha-57581'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.