Codemaster.Snake wrote:
> Hi All!
>
> I have been using blueprint for quiet a while now.
>
> But It seems that I should look for better alternative to my problem.
> Well I have a question about padding of grid elements.
>
> Well following is a sample code
>
> <div class='container'>
>    <div class='span-24 last'>
>       <div class='span-20'>
>           <h1>Heading</h1>
>           <p>Some random text</p>
>       </div>
>       <div class='span-4 last'>
>       </div>
>    </div>
> </div>
>
> Now when I see this in browser, there is no padding between div border-
> left and h1 or p. I used to solve this problem by adding one more div
> in every grid element.
>
> Also, If I have to use a nested grid inside the first child grid then
> the problem arises. Since I used to add a div inside parent to apply
> padding, there's no way left for me to add more grid elements inside.
>
> I am sure many of you must have faced this problem, What do you guys
> do the overcome it?
>
> Thanks
>
> >
>
>   
*try these these selectors:
*
*.border
*

*Applies a border to the right side of the column.
.colborder
Appends one empty column, with a border down the middle.*



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to