View Single Post
Old 02-27-2015, 07:44 AM   #12
exaltedwombat
Guru
exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.
 
Posts: 878
Karma: 2457540
Join Date: Nov 2011
Device: none
If you're trying to set up the common style of indenting all paragraphs but the first, is there any reason not to simply use:

p { text-indent: 0; margin: 0.5 em 0 0 0; }

p + p { text-indent: 1.7em; margin: 0; }

Though the margin-bottom setting of your h1 etc. style should take care of spacing above the first lines of a chapter or titled section.

Last edited by exaltedwombat; 02-27-2015 at 07:50 AM.
exaltedwombat is offline   Reply With Quote