Is there any straightforward way to change the bullet style in book navigation blocks?

I've been able to edit the .css for other kinds of blocks, but had no luck customizing the book navigation. It still appears as a filled circle.

Comments

kisugiai’s picture

Status: Active » Closed (fixed)

add in style.css and play whith

.book-navigation ul li.leaf {
  list-style-type: square;
  list-style-image: url(../../misc/menu-leaf.png);
}

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