Project:Interactive Media
Version:6.x-2.x-dev
Component:User interface
Category:bug report
Priority:normal
Assigned:hswong3i
Status:closed (fixed)
Issue tags:fun zone, funny images, funny jokes

Issue Summary

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

#1

Version:6.x-1.11» 6.x-2.x-dev
Assigned to:Anonymous» 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

#3

Status:fixed» closed (fixed)

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