Hello,
I've noticed a few CSS styling quirks with "item lists" output by various Drupal modules lately. The source of the problem seems to come from the modules styling based on the ".item-list" class'd div that core wraps item lists with:
http://api.drupal.org/api/drupal/includes!theme.inc/function/theme_item_list/7
This wrapper/class seems to be stripped in the Open Framework theme override. I was just curious if that was a conscious choice to avoid some issue?
If not, I think adding the wrapper to item lists may avoid some head scratching with modules that make use of it. The following commit shows what I mean:
Codelica@18b097f
Thanks for reading...