From e77536e97b318c1174ea29a5b6fba2297f8d4d4f Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Mon, 15 Apr 2024 16:38:45 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@58005 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyeleven/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wp-content/themes/twentyeleven/style.css b/src/wp-content/themes/twentyeleven/style.css index a39ea75b5e..942fcdf99b 100644 --- a/src/wp-content/themes/twentyeleven/style.css +++ b/src/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 {