The classes used to style menus was changed from <div class="menu"><ul> to <ul class="menu">.

The book module still uses <div class="menu"><ul>, therefore no CSS class in drupal.css matches. The attached patch applies the same change made for menus to the book module, that is use <ul class="menu">.

However, I have a doubt: wouldn't it be better to use 'item-list' to render the book index?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD. Thanks.

markus_petrux’s picture

Status: Fixed » Reviewed & tested by the community
FileSize
494 bytes

Sorry, I missed one thing in my previous patch.

To match the way the new menu system works, inner ULs should also be of class="menu". Please, see new patch attached to this comment.

PS: Although, the first patch has been applied, I didn't wanted to open a new issue.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Awesome. Commmitted.

Anonymous’s picture

Status: Fixed » Closed (fixed)