When having span-5 I have 40px of content and a 10px gutter. With this setting I have more flexibility in column width.
In my case I needed a 200px right column. Because of the 10px gutter it needs to be 210px. I would only get this with column_width=20 and gutter=10 So that would also be an option. I was wondering then why not use column width and gutter 10? On Apr 16, 3:21 pm, Brett Stoppel <[email protected]> wrote: > But then all you have is empty gutters and no columns for containing > content. Seems weird to me. > > On Fri, Apr 16, 2010 at 8:03 AM, Marcel Overdijk > <[email protected]>wrote: > > > > > > > Indeed span-1 ((0 * 10) - 10) will be 0px and would be useless > > > But span-5 will be 40px ((5 * 10) - 10) > > > On Apr 16, 2:58 pm, Christian Montoya <[email protected]> wrote: > > > On Thu, Apr 15, 2010 at 3:42 PM, Marcel Overdijk > > > > <[email protected]> wrote: > > > > Imagine I would use the following settings while generating: > > > > > --column_width=0 > > > > --gutter_width=10 > > > > --column_count=960 > > > > > Would this work? Note the 0px column width. > > > > > Or is there a minimum column width people should use because of > > > > blueprint internals? > > > > > I would do this for more flexibility in column width then the default > > > > 30px column width. > > > > I don't understand why you would do this, but I'll posit two unrelated > > > rhetorical questions: > > > > If you are going to define custom widths for all your columns, then > > > who cares what the defaults are? > > > > If span-1 is 0px wide, then how wide is span-5? > > > > -- > > > -- > > > Christian Montoya > > > mappdev.com :: 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]<blueprintcss%2bunsubscr...@google > > groups.com> > > . > > > For more options, visit this group athttp:// > > groups.google.com/group/blueprintcss?hl=en. > > > -- > > 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]<blueprintcss%2bunsubscr...@google > > groups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/blueprintcss?hl=en. > > -- > Brett Stoppel > Telos Studios > [email protected] | 785-218-4493 > > -- > 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 > athttp://groups.google.com/group/blueprintcss?hl=en. -- 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.
