diff --git a/wp-content/themes/twentyseventeen/assets/css/blocks.css b/wp-content/themes/twentyseventeen/assets/css/blocks.css index 65efb8378a..46ecf2ca15 100644 --- a/wp-content/themes/twentyseventeen/assets/css/blocks.css +++ b/wp-content/themes/twentyseventeen/assets/css/blocks.css @@ -53,10 +53,12 @@ p.has-drop-cap:not(:focus)::first-letter { } .wp-block-image figure.alignleft { + margin-top: 0; margin-right: 1.5em; } .wp-block-image figure.alignright { + margin-top: 0; margin-left: 1.5em; } @@ -70,6 +72,11 @@ p.has-drop-cap:not(:focus)::first-letter { box-shadow: none; } +.entry-content > .wp-block-image:first-child figure.alignleft, +.entry-content > .wp-block-image:first-child figure.alignright { + margin-top: 1.5em; +} + /* Gallery */ .wp-block-gallery { diff --git a/wp-includes/version.php b/wp-includes/version.php index 08c52e1110..d70f1ca073 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58822'; +$wp_version = '6.7-alpha-58823'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.