Export to GitHub

blueprintcss - issue #48

Total width calculation incorrect in grid.css comments.


Posted on Sep 16, 2007 by Swift Monkey

The total width calculation shows:

Total width = (columns * 30) - 10

When it should be

Total width = (columns * 40) - 10

Comment #1

Posted on Sep 16, 2007 by Swift Monkey

This also needs to be updated in the tutorial.

Example with default width of 950px and 24 columns:

950 = (24 * 40) - 10

Comment #2

Posted on Sep 19, 2007 by Happy Horse

Thanks, fixed for the next release.

Status: Fixed

Labels:
Type-Defect Priority-Medium