Closed (fixed)
Project:
Interactive Media
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Oct 2009 at 01:26 UTC
Updated:
4 Aug 2011 at 08:31 UTC
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
Comment #1
hswong3i commentedAll 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