View Single Post
Old 04-09-2015, 07:09 AM   #7
Notjohn
mostly an observer
Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.
 
Posts: 1,519
Karma: 987654
Join Date: Dec 2012
Device: Kindle
Quote:
Originally Posted by dgatwood View Post
Or if you want to be really general, assuming that there is some tag other than a paragraph tag before the first paragraph, you can do

Code:
p {text-indent: 0;}
p + p {text-indent: 1.2em;}
That's really very neat! I confess I didn't understand it when I saw it in another thread.

Quote:
Originally Posted by dgatwood View Post
BTW, everybody seems to have gotten it backwards; the first paragraph is supposed to be normal, with the rest indented, not the other way around.
And that is very true....
Notjohn is offline   Reply With Quote