mirror of
git://develop.git.wordpress.org/
synced 2025-02-21 23:22:31 +01:00
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
This commit is contained in:
parent
067ba8c584
commit
e77536e97b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user