Really, if you only want one extra span width, you can just add it to your grid. In the grid CSS there are two span sections, one that sets "float:left;margin-right" and one that sets width. Add you new witch to both. You will then have to use the "last" class to eliminate the margin. Or you can create a separate class with only "float:left;".
You can see an example in my screen.css at http://www.craigwebbart.com Look for span-150. I used a blueprint generator at version 7 to make a 888px blueprint, and then I manually added code to upgrade it to version 9 because the http://kematzy.com/blueprint-generator/ was not up-to-date. It is not very hard to understand and you can manipulate the code at will. Dig under the hood. Know the code. By the way – Christian Montoya mentions the "many grid generators", Christian – can you list them please? On Dec 10, 12:29 pm, Christian Montoya <[email protected]> wrote: > On Tue, Dec 8, 2009 at 4:46 PM, hosemaria <[email protected]> wrote: > > Hi > > I am new to blueprint and think it is great framework. > > One question: > > Blueprint as default has margin-right set to 10px for spans and > > column. > > Is it possible to broaden the span by 10px so no margin right is > > applied margin-right:0px; > > What I want to have no gaps between spans > > You could use any one of the many grid generators to make all columns > 10 px wider and make the gutter = 0 px. There is a Ruby-based > generator included with the project. > > -- > -- > 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]. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en.
