Ticket #16659: ie.css.patch

File ie.css.patch, 357 bytes (added by Sindre Sorhus, 13 years ago)

IE support

  • ie.css

     
    5454
    5555.inline-deletelink {
    5656    background: transparent url(../img/admin/inline-delete-8bit.png) no-repeat;
     57}
     58
     59/* IE doesn't support inline-block */
     60
     61.change-list ul.toplinks li {
     62        zoom: 1;
     63        *display: inline;
    5764}
     65 No newline at end of file
Back to Top