My bad, the titlepage class was part of a declaration like this:
.book .titlepage .title
{
text-align: center;
}
This element should not be applied to the h1 element describing the title because it's not a descendant of book. So stanza should not have overrode the h1 alignment.
|