How can I set up 8 equal columns in the latest version of Twitter bootstrap.
I can create 4 equal columns by doing the following but don\'t get how I can get 8:
Add a style like this in to the bootstrap stylesheet, style.css:
.col-8{ width: 12.5%; }
Then add it to your html.