Currently they are inline links - need to fix this in the CSS.

Example - http://theming.dosprint.org/floatleft/getting-started

Comments

courtney’s picture

Navigation menu is now set to display as block:

.book-navigation ul.menu,
.book-navigation ul.menu li {
  display: block;
}

Now need to add collapse/expand list stlye.

courtney’s picture

Status: Active » Fixed

Changed from above to:

.book-navigation ul.menu {
  display: block;
  padding-bottom: .5em;
}

To output list images - having li display as block prevented them from displaying.

Also added padding bottom.

Status: Fixed » Closed (fixed)
Issue tags: -drupal.org redesign

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

Project: Drupal.org infrastructure » Bluecheese
Component: Drupal.org theme » Miscellaneous