Added LinuxChix theme
[moodle-linuxchix.git] / lib / yui / reset / README
blobd84ebcca57bafc32f46c669cb1571da4736caeca
1 YUI Library - Reset - Release Notes
3 Version 2.3.0
5   * Removed: ul,ol {list-style:none;}
6   * Added: li {list-style:none;} because it's less impactful (easier to rebuild) and shorter
7   * Added: acronym {font-variant:normal;} to reset the "small-caps" variant that Opera displays
8   * Added: body {color:#000;background:#FFF;}
9   * Added: sup,sub {line-height:-1px;vertical-align: text-top;}sub{vertical-align:text-bottom;}
10   * Added: input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;} (doesn't fix textareas in Opera/Win+Mac, IE6/7
11   * Added: padding:0;margin:0; for the legend element which wasn't fully reset before (has 2px lateral padding on some browsers)
12   
13   
14 Version 2.2.0 - 2.2.2
16   * No changes.
18 Version 0.12.1 - 0.12.2
20   * No changes.
22 Version 0.12.0
24   * Added: h1,h2,h3,h4,h5,h6{font-weight:normal;}
25   * Added: abbr,acronym {border:0;}
26   * Added: textarea {padding:0;margin:0;}
28 Version 0.11.0
30   * No changes.
32 Version 0.10.0
34   * Initial release.