Need help with CSS

Need help with CSS

by oleg konfuzius -
Number of replies: 0

I want to have a TOC of following style:

Header A
  subheader A1
  subheader A2

Header B
  subheader B1
  subheader B1
(with or without bullets)

I changed the margins and/or paddings in the book_theme.css, but either erverythig is left aligned or as shown in the picture. There is also no top margin.

The CSS:

/*toc style BULLETS */
.book_toc_bullets ul {
    margin-left: 5;
    padding-left: 0;
}
.book_toc_bullets ul ul {
    margin-left: 5;
    padding-left: 5;
}
.book_toc_bullets li {
    margin-top: 15;
    list-style: disc;
}
.book_toc_bullets li li {
    margin-top: 0;
    list-style: circle;
}

Version: 1.5.2

Lore Ress

Attachment toc.JPG
Average of ratings: -