Hi,
I would like to ask, how to solve margin/padding problem using BP ?
Problem:
I need to design div container where inside text will not start right
at right side of div but about 5px from div container border. I am
used to solve this using padding property of css (but we all know what
a mess it may produce in standard browsers). So I want to ask more
experienced BP users, if this might be solved ? Because BP does not
implement logical space not only between divs (it means on the right
side of every div) but more important space on the left of the div:
I mean:
<div class='container'>
...space 10px <---------------- this is not supported in BP
<div class='content' with style border property 1px;>
... text with padding 10px <---------------------------------
how to solve this ? (BP start text right on the left side of the div)
</div>
... space 10px
<div class='anotherdiv' ></div>
</div>
Thank you very much for your help and tips!! And thanks for excellent
CSS Framework!!
Have a fine day!
l.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---