From 23f45f0346d4b08b8611269dd8241b34301140ba Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 9 Dec 2019 13:39:03 +0000 Subject: [PATCH] Twenty Twenty: Correct alignment for embedded Instagram posts. Props SGr33n, audrasjb, nielslange, JarretC. Fixes #48688. Built from https://develop.svn.wordpress.org/trunk@46840 git-svn-id: http://core.svn.wordpress.org/trunk@46640 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwenty/style-rtl.css | 5 +++++ wp-content/themes/twentytwenty/style.css | 5 +++++ wp-includes/version.php | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentytwenty/style-rtl.css b/wp-content/themes/twentytwenty/style-rtl.css index c1a80fd864..38ae399dd6 100644 --- a/wp-content/themes/twentytwenty/style-rtl.css +++ b/wp-content/themes/twentytwenty/style-rtl.css @@ -639,6 +639,11 @@ figcaption a, color: inherit; } +blockquote.instagram-media, +iframe.instagram-media { + margin: auto !important; +} + /* GALLERIES */ diff --git a/wp-content/themes/twentytwenty/style.css b/wp-content/themes/twentytwenty/style.css index 93e35ae11c..9f1d40d253 100644 --- a/wp-content/themes/twentytwenty/style.css +++ b/wp-content/themes/twentytwenty/style.css @@ -643,6 +643,11 @@ figcaption a, color: inherit; } +blockquote.instagram-media, +iframe.instagram-media { + margin: auto !important; +} + /* GALLERIES */ diff --git a/wp-includes/version.php b/wp-includes/version.php index ff22737db6..1c6edc3524 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-46838'; +$wp_version = '5.4-alpha-46840'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.