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
This commit is contained in:
parent
44528d4fba
commit
593ccf4342
|
@ -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 {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue