Quote:
Originally Posted by lumpynose
Wouldn't the selector "body p" get only top level paragraphs and not the ones inside blockquotes, divs, etc.?
|
I use "article p" and it gets all paragraphs inside "section" etc. while still allowing me to do "section.whatever p" to specifically override in a specific section.
But I don't see what the difference between "body p" and just "p" would be - they both would
always match every "p" as you can not have a "p" that isn't a child of "body".