1 YUI Library - Grids - Release Notes
5 * Added more specific selectors to allow deeper nesting of both
6 grids inside special grids, special grids within special
7 grids, and special grids within grids.
8 * Added #doc4 which provides a 974px page width
14 Version 0.12.1 - 0.12.2
20 * Removed redundant "text-align:left" from nodes below #doc.
22 * Removed small-font treatment on #ft.
24 * Removed margin-bottom from #hd,#bd.
26 * Added two new #doc definitions (#doc2 and #doc3) that provide
27 950px centered and 100% page width presets to supplement the
28 original 750px centered page width.
30 * Made ".first" selectors more precise by binding to divs, to
31 make it less likely that our .first definitions will impact
32 nested content elements wishing to use this nomenclature.
34 * Fixed "nested yui-gc" bug.
36 * Fixed build-process whitespace bug with .yui-t2 and .yui-t5.
38 * Migrated .yui-t's technique to "negative margins" technique
41 * The "negative margins" technique caused z-index issues, so
42 position:relative was added to the secondary yui-b to enable
45 * Make optimization benefits from inheritence wins via code
50 * Removed line #43 because it set an already-set value.
51 Was: ".yui-t7 #main .yui-b{min-width:750px;}"