How do I change Twitter Bootstrap grid widths?

css, twitter-bootstrap

Solution

The simplest way would be to customize your own download. Focus on the Grid section.

Alternatively you could edit the LESS or compiled CSS files directly.

Problem

I'm using Twitter Bootstrap right now ver 2.0 and notice that the space is not enough using the 12 column grid. I think they're using 940px.. so how do I use a custom width without breaking the 12 column grid? Thanks..

Original source