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.
| Comment | File | Size | Author |
|---|---|---|---|
| nested_fixed.png | 31.53 KB | leop | |
| nested_before.png | 32.76 KB | leop |
Comments
Comment #1
klaasvw commentedFixed in MAIN and DRUPAL-5 dev version. Thanks leo_pape!
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.