View Single Post
Old 08-10-2014, 04:52 AM   #10
GMcG
Writer
GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.
 
GMcG's Avatar
 
Posts: 101
Karma: 590630
Join Date: Mar 2011
Location: Munich, Germany
Device: none
I think in h2.chp there is a conflict between
text-align: center
and
margin-left: 0em
margin-right: 0em

It's either ... or. And why do you need text-indent: 0.0em?

I would clean the stylesheet as well as the html file.
For example: You don't need the tag <b> in the html file. You could have it in
span.chapnum with font-weight: bold.
And those classes that are not defined in the stylesheet, could be removed in the html file.

George
GMcG is offline   Reply With Quote