View Single Post
Old 05-26-2012, 01:28 PM   #41
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,560
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
If all your <h2> are class="chapno", you don't need the class at all to style them.

It might be interesting, however, to have the possibility of styling the word "Chapter" and the chapter number (and the title, if any) separately, with something like this:

Code:
<h2><span class="name">Chapter</span> <span class="num">1</span><br/>
<span class="title">An Unexpected Party</span></h2>
Jellby is offline   Reply With Quote