Make WordPress Core

Ticket #13643: ie6.patch

File ie6.patch, 516 bytes (added by ocean90, 16 years ago)
  • wp-content/themes/twentyten/style.css

     
    383383        font-size: 13px;
    384384        margin-left: 12px;
    385385}
     386#access .menu-header{ /* Fix IE 6 doubled float-margin bug */
     387        display: inline;
     388}
    386389#access .menu-header ul,
    387390div.menu ul {
    388391        list-style: none;
    389392        margin: 0;
     393        float:left;
    390394}
    391395#access .menu-header li,
    392396div.menu li {