From 593ccf4342b4f0d7700b6d669dd474f36d52efc4 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Mon, 15 Apr 2024 16:40:12 +0000 Subject: [PATCH] Twenty Eleven: Removes Negative values for padding. This fixes the issue where negative values aren't allows in older versions of IE. There is more discussion in another ticket on a wider approach, but for now the decision to commit this was made as an interim solution. Props mukesh27, SergeyBiryukov, sabernhardt, poena. Fixes #46771. Built from https://develop.svn.wordpress.org/trunk@58005 git-svn-id: http://core.svn.wordpress.org/trunk@57479 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/style.css | 2 -- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index a39ea75b5e..942fcdf99b 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -2831,8 +2831,6 @@ p.comment-form-comment { #ie7 article.intro { margin-left: -7.6%; margin-right: -7.6%; - padding-left: -7.6%; - padding-right: -7.6%; max-width: 1000px; } #ie7 .featured-posts { diff --git a/wp-includes/version.php b/wp-includes/version.php index f39d0657b5..02548fc077 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58004'; +$wp_version = '6.6-alpha-58005'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.