UL looks funny within OL
chungyc - October 1, 2009 - 01:26
| Project: | Interactive Media |
| Version: | 6.x-1.11 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
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;
}