kirubaharan12345 / blueprintcss

Automatically exported from code.google.com/p/blueprintcss
0 stars 0 forks source link

Total width calculation incorrect in grid.css comments. #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The total width calculation shows:

  Total width = (columns * 30) - 10

When it should be

  Total width = (columns * 40) - 10

Original issue reported on code.google.com by stung...@gmail.com on 16 Sep 2007 at 9:11

GoogleCodeExporter commented 8 years ago
This also needs to be updated in the tutorial.

Example with default width of 950px and 24 columns:

950 = (24 * 40) - 10

Original comment by stung...@gmail.com on 16 Sep 2007 at 9:13

GoogleCodeExporter commented 8 years ago
Thanks, fixed for the next release.

Original comment by ola...@gmail.com on 19 Sep 2007 at 9:26