Couple questions... First it looks like table has it's own set of span* which i assume are to be used on <td> to set a width?
Why does the tables grid system use 24 spans rather than 12 like the rest of bootstrap? A tables width is 100%, so shouldn't these spans width be set in a percentage? Does the .table class have to be used with a table element or could one do <div class="table">? I know it works, just wondering if it was ment to be used like that with bootstrap or if one day this may break (for example if .table changed to table.table)
