2009/11/18 rejeep <[email protected]>:
> Phillip Senn,
> Great video, thanks!
>
> "I was thinking about checking 960 gs out, so you don't have this
> issue
> with it?"
> Check out some of the examples on this page: http://960.gs/ You can
> click on the "show grid" button and see how it applies the grid. As
> you might see on some of the examples, the start of the left grid is
> left aligned with the text, not the design.

Yes, but also they don't have left border set so it does not interfere
with text.
>
> rebud_,
> Where does the .colborder class come from?
>
>
> For now I simply solved it with this:
> <div class="body">
>  <div id="contents">
>    <div class="padder">
>      <!-- Contents... -->
>    </div>
>  </div>
>
>  <div class="sidebar">
>  </div>
> </div>
>
> Where the .padder class had padding left and top of 10px.
>

It's from screen.css

div.colborder {padding-right:24px;margin-right:25px;border-right:1px
solid #BFCFCC;}

I seem to misunderstood the problem. If you want to set left border on
left column and don't want text to stick to the border, you can follow
Christians advice.
I usually create my own class which has all the properites of BP's
.span-5 class but with added padding and width - that padding. And use
.colborder to get right border and right gutters.

--

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].
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=.


Reply via email to