When I embed an unordered list within an ordered list, the result looks funny because the item bullet overlaps with the text on Safari 4.0.3. Adding the following seems to fix the problem on Safari without breaking it on Firefox:

ol > li > ul > li {
  padding-left: 1.5em;
}

Comments

hswong3i’s picture

Version: 6.x-1.11 » 6.x-2.x-dev
Assigned: Unassigned » hswong3i
Status: Active » Fixed

All of the CSS in interactive_media-6.x-2.x-dev are now completely revamp as zen-6.x-2.x-dev subtheme, changes including all list items handling. Please feel free to download the latest version and test it out, or reopen this issue if problem still exists :D

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.