When I nest an <ul> list in an <ol> list, the text overlaps with the item bullet image. This happens in FireFox, Safari and IE7. I found that changing:

ol li {
  padding: 0 0 .3em;
  margin-left: 2em;
}

into

ol li {
  margin-left: 2em;
}

in style.css fixes this, while it doesn't affect other lists. I am not sure how the maker intended this, but at least this fixes the problem for me.

CommentFileSizeAuthor
nested_fixed.png31.53 KBleop
nested_before.png32.76 KBleop

Comments

klaasvw’s picture

Status: Needs review » Fixed

Fixed in MAIN and DRUPAL-5 dev version. Thanks leo_pape!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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