Changelog
- 0.4.1 — fixed a layout bug for Firefox 2. This required the .inner-wrapper class not being floated, instead it uses a different clearing method.
- 0.4 — added percentage calculator. This will allow you to generate your grids as percentage widths instead of pixels or ems; offering a fluid layout.
- 0.3 — added em calculator. This will allow you to generate your grids as em widths instead of pixels. Also added the option to display widths on the site.
- 0.2.2 — added
display:inline;
to columns for IE6 benefit. This means you can use prefix-* and suffix-* without the IE double-margin issue.
- 0.2.1 — corrected
suffix-*
classes to have extra margin-right equal to the specified column margin.
- 0.2 — implemented grid image. This allowed for an updated CSS file which relies on the background image to display the grid, rather than using background colours.
- 0.1 — initial release.