From c2a00e1669e375c03779046b37103468cb850edf Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 30 Apr 2024 08:42:10 +0000 Subject: [PATCH] Embeds: Remove empty CSS blocks from `wp-embed-template.css`. Originally added in [34903], these empty CSS blocks serve no purpose. Props ravipatel, sabernhardt. Fixes #61085. git-svn-id: https://develop.svn.wordpress.org/trunk@58063 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/wp-embed-template.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/wp-includes/css/wp-embed-template.css b/src/wp-includes/css/wp-embed-template.css index 6b1ca43f0b..63a0063216 100644 --- a/src/wp-includes/css/wp-embed-template.css +++ b/src/wp-includes/css/wp-embed-template.css @@ -320,7 +320,6 @@ textarea.wp-embed-share-input { html[dir="rtl"] .wp-embed-featured-image.square { float: right; margin-right: 0; - margin-left: 20px; } @@ -340,9 +339,6 @@ html[dir="rtl"] .wp-embed-meta { text-align: left; } -html[dir="rtl"] .wp-embed-footer { -} - html[dir="rtl"] .wp-embed-share { margin-left: 0; margin-right: 10px;