标签: css twitter twitter-bootstrap width
可能重复: bootstrap fluid row width
我只是看着Twitter Bootstrap Responsive CSS,我看到它们使用像
.row-fluid .span3 { width: 22.92817679558011%; *width: 22.87498530621841%; }
为什么他们有这么多数字,我的意思是它似乎非常精确?我的猜测是他们计算了这个值 - 怎么样?