I would probably override this myself as I prefer vertical spacing to
indents, but I'm trying to understand the intent of this style, as
perhaps I'm missing something about the underlying CSS mechanism.
If you only have two paragraphs, the first one is flush left as usual,
and the second one has an indent. However although I would expect that
further subsequent paragraphs would be indented the same amount, in
fact each one is indented **further** to the right. I can't believe
this is what was intended - browser issue? I'm using FF3 on XP.
Here's a sample of markup from my test page:
<h4>
Fancy-Type paragraph indenting
</h4>
<p>
This is the first paragraph.
</p>
<p>
This is the second paragraph.
</p>
<p>
This is the third paragraph.
</p>
--
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.