Make WordPress Core

Ticket #4449: 4449-style.css.diff

File 4449-style.css.diff, 661 bytes (added by ninjaWR, 17 years ago)

patch (from r9837) of djr's fix

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

     
    418418.entry ul li:before, #sidebar ul ul li:before {
    419419        content: "\00BB \0020";
    420420        }
     421       
     422/* Fix for IE7 not showing bullets */
     423html>body .entry ul {
     424        *margin-left: 0px;
     425        *padding: 0 0 0 30px;
     426        *list-style: disc;
     427        *padding-left: 10px;
     428        *text-indent: 10px;
     429        }
    421430
     431html>body .entry ul li {
     432        *margin: 7px 0 8px 10px;
     433        }
     434/* End fix for IE7 */
     435
    422436.entry ol {
    423437        padding: 0 0 0 35px;
    424438        margin: 0;