View Single Post
Old 04-04-2013, 08:14 AM   #7
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,361
Karma: 20212223
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Just my .02¢...

I would replace <br class="calibre1" /> with </p><p> (no class).

I find it unnecessary to define a class for a normal paragraph. Simply style the normal paragraph in your CSS with
p {text-indent: 1.5em}
Then you only need to add classes to paragraphs that are different. This ends up being much cleaner and saves a bunch of bloat (smaller file size).

Cheers!

Last edited by Turtle91; 04-04-2013 at 08:19 AM.
Turtle91 is online now   Reply With Quote