Skip to content

Commit e77536e

Browse files
committed
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
1 parent 067ba8c commit e77536e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/wp-content/themes/twentyeleven/style.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2831,8 +2831,6 @@ p.comment-form-comment {
28312831
#ie7 article.intro {
28322832
margin-left: -7.6%;
28332833
margin-right: -7.6%;
2834-
padding-left: -7.6%;
2835-
padding-right: -7.6%;
28362834
max-width: 1000px;
28372835
}
28382836
#ie7 .featured-posts {

0 commit comments

Comments
 (0)