I'm having the hardest time conceiving which of the following methods
is "best" to indent subsequent paragraphs. Before discovering
Blueprint I would use something like

p {text-indent:2em}
p:first-child{text-indent:0}

The CSS in the fancy-type plugin for accomplishing the same is

 p + p { text-indent:2em}

Is there any practical difference? What's considered to be the better
practice. Is one more likely to break a browser?

It appears I can save space by using the adjacent selector instead of
the psudo-selector…unless I'm doing more to the first-child that I
don't want flowing down.

Thanks,

Confused in Michigan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to