Name | Date | Size | |
---|---|---|---|
.. | 2012-03-02 00:04:05 | 100 | |
build.cssgrids-base.properties | 2012-03-02 00:04:05 | 103 | |
build.cssgrids-base.xml | 2012-03-02 00:04:05 | 294 | |
build.cssgrids-units.properties | 2012-03-02 00:04:05 | 105 | |
build.cssgrids-units.xml | 2012-03-02 00:04:05 | 295 | |
build.cssgrids.properties | 2012-03-02 00:04:05 | 118 | |
build.cssgrids.xml | 2010-06-24 09:21:01 | 289 | |
build.xml | 2010-06-24 09:21:01 | 723 | |
css | 2012-03-02 00:04:05 | 4 | |
docs | 2012-03-01 00:07:18 | 14 | |
HISTORY.md | 2011-12-12 06:52:34 | 2 KiB | |
meta | 2012-03-02 00:04:05 | 3 | |
README.md | 2012-03-01 00:07:18 | 514 |
README.md
CSS Grids Utility
===============
Note: The file "grids.css" is deprecated, use "cssgrids.css" instead.
The foundational CSS Grids provides a simple system for layout out content. The
basic components are "grids" and "units". A "grid" (yui3-g) contains one or
more "units" (yui3-u). The type of "unit" chosen describes how it should be
sized (e.g. "yui3-u-1-2" takes up half the grid, "yui3-u-1-3" takes up
one-third, et cetera). The only constrains for YUI3 Grids are that all "units"
are children of a "grid".