adding current groupid to grade_export class - soon to be used in plugins
[moodle-pu.git] / lib / yui / grids / README
blobc87ff787c4dc81f4445280c9f2a4b66462cb6768
1 YUI Library - Grids - Release Notes
3 Version 2.3.0
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
10 Version 2.2.0 - 2.2.2
12   * No changes.
14 Version 0.12.1 - 0.12.2
16   * No changes.
18 Version 0.12.0
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 
39     from "floated ems".
41   * The "negative margins" technique caused z-index issues, so 
42     position:relative was added to the secondary yui-b to enable 
43         correct z-index.
45   * Make optimization benefits from inheritence wins via code 
46     reorganizations.
48 Version 0.11.0
50   * Removed line #43 because it set an already-set value.
51     Was: ".yui-t7  #main .yui-b{min-width:750px;}"
52   
53 Version 0.10.0
55   * Initial release.