Hello all,
There's one line of Blueprint that I always delete or change. It's
this, from typography.css:
p img { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
Beginners have trouble with it, because it's not what they expect to
be a default setting when they start putting images in their
paragraphs. I would like to propose changing this to:
p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
And, possibly, moving both "p img.left" and "p img.right" to the fancy
type plugin, since for most projects, they are not needed at all. But
before I commit these changes, I'd like to hear everyone's thoughts.
Agree? Disagree?
--
--
Christian Montoya
christianmontoya.net
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---