1 YUI Library - Grids - Release Notes
3 Version 0.12.1 - 0.12.2
9 * Removed redundant "text-align:left" from nodes below #doc.
11 * Removed small-font treatment on #ft.
13 * Removed margin-bottom from #hd,#bd.
15 * Added two new #doc definitions (#doc2 and #doc3) that provide
16 950px centered and 100% page width presets to supplement the
17 original 750px centered page width.
19 * Made ".first" selectors more precise by binding to divs, to
20 make it less likely that our .first definitions will impact
21 nested content elements wishing to use this nomenclature.
23 * Fixed "nested yui-gc" bug.
25 * Fixed build-process whitespace bug with .yui-t2 and .yui-t5.
27 * Migrated .yui-t's technique to "negative margins" technique
30 * The "negative margins" technique caused z-index issues, so
31 position:relative was added to the secondary yui-b to enable
34 * Make optimization benefits from inheritence wins via code
39 * Removed line #43 because it set an already-set value.
40 Was: ".yui-t7 #main .yui-b{min-width:750px;}"