Quote:
Originally Posted by GeoffR
I can't see how that would help. What you can achieve with CSS overrides is extremely limited. I don't know any way to selectively override text-align:justify; without also overriding text-align:center; (assuming that is what you are aiming for) if you restrict yourself to CSS overrides.
|
Wouldn't the selector "body p" get only top level paragraphs and not the ones inside blockquotes, divs, etc.?