Make WordPress Core

Ticket #46771: 46771.diff

File 46771.diff, 475 bytes (added by mukesh27, 5 years ago)

Patch that remove left and right padding in IE

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

    diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css
    index 5e6429f814..017845c5e4 100644
    a b p.comment-form-comment { 
    27962796#ie7 article.intro {
    27972797        margin-left: -7.6%;
    27982798        margin-right: -7.6%;
    2799         padding-left: -7.6%;
    2800         padding-right: -7.6%;
     2799        padding-left: 0;
     2800        padding-right: 0;
    28012801        max-width: 1000px;
    28022802}
    28032803#ie7 .featured-posts {