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.