Quote:
Originally Posted by crutledge
the chapter headers are too small.
|
If the header text-size is your issue:

Stylesheet:
h3.chapter {
font-size: 115%}
Usage:
<h3 class="chapter"> Looks about the same as H2</h3>

<h3>Chapter X <br /> A second line in the book and as a single line in the TOC</h3>
(you have to include a space or the lines runs together in the TOC)