1 YUI Library - Grids - Release Notes
9 * Added more specific selectors to allow nesting on "yui-gd" grids
10 within "yui-ge" for Bugzilla #1779582, Sourceforge #1897741
11 * Modified Page Width and Template Preset values for IE
12 * Reordered several rules; formatted file and added more comments
13 * Modified width and margin values for "thirds" nesting grid
14 * Combined and optimized several selectors and rules
18 * Tweaked em widths for "template presets" .yui-t1-6
19 * Pruned two redundant lines
27 * Fixed bug in 2.3.0 that transposed the columns in deeply-
28 nested grids. Sourceforge #1765553, Bugzilla #1419885
29 * Improved precision and consistency of margins in nested grids.
33 * Added more specific selectors to allow deeper nesting of both
34 grids inside special grids, special grids within special
35 grids, and special grids within grids.
36 * Added #doc4 which provides a 974px page width
42 Version 0.12.1 - 0.12.2
48 * Removed redundant "text-align:left" from nodes below #doc.
50 * Removed small-font treatment on #ft.
52 * Removed margin-bottom from #hd,#bd.
54 * Added two new #doc definitions (#doc2 and #doc3) that provide
55 950px centered and 100% page width presets to supplement the
56 original 750px centered page width.
58 * Made ".first" selectors more precise by binding to divs, to
59 make it less likely that our .first definitions will impact
60 nested content elements wishing to use this nomenclature.
62 * Fixed "nested yui-gc" bug.
64 * Fixed build-process whitespace bug with .yui-t2 and .yui-t5.
66 * Migrated .yui-t's technique to "negative margins" technique
69 * The "negative margins" technique caused z-index issues, so
70 position:relative was added to the secondary yui-b to enable
73 * Make optimization benefits from inheritence wins via code
78 * Removed line #43 because it set an already-set value.
79 Was: ".yui-t7 #main .yui-b{min-width:750px;}"