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.