Wrong documentation info: column width
Created by: minimit
http://getbootstrap.com/css/#grid-options The column widths are wrong:
It says: Small devices Tablets (≥768px): 60px Medium devices Desktops (≥992px): 78px Large devices Desktops (≥1200px): 95px
You can check by inspecting bootstrap columns on the browsers, and they are impossible by math, for example: 1170px/12 = 97.5px (columns are 97-98px)
The right ones are this: Small devices Tablets (≥768px): 62-63px Medium devices Desktops (≥992px): 80-81px Large devices Desktops (≥1200px): 97-98px
Check out the psd templates I've done, they are with the right values http://www.minimit.com/articles/tips-resources/bootstrap-3-grid-psd-templates