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 MonkeyThis 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 HorseThanks, fixed for the next release.
Status: Fixed
Labels:
Type-Defect
Priority-Medium