Can each column have custom width that sum up in the end to full width defined in bootstrap and that whole layout works? For example I use 10 columns of 90px width and 10px gutter, whole page is 1000px wide. So I want, fist column to be 120px, second one to be 60px, third to be 100px, fourth to be 80px and all others to be 90px
so when I use span1 or span3 will it work ok in bootstrap? if so ... how to define those column width? or all columns MUST be same size?
