| 1 |
// $Id: changelog.txt,v 1.6 2009/05/13 11:14:06 robby Exp $
|
| 2 |
// beginning drupal 6.x theme, created by robin / biboo.net / gazwal.com
|
| 3 |
|
| 4 |
6.x-1.6
|
| 5 |
W3C validation fixes ... sorry
|
| 6 |
|
| 7 |
------------------------------
|
| 8 |
|
| 9 |
6.x-1.4:
|
| 10 |
add support for ie6
|
| 11 |
|
| 12 |
------------------------------
|
| 13 |
|
| 14 |
6.x-1.3:
|
| 15 |
adds some div tags into node and page .tpl.php, minor changes in all .css files
|
| 16 |
|
| 17 |
-----------------------------
|
| 18 |
6.x-1.2:
|
| 19 |
* change color background style for tr.odd td.menu-disabled / tr.even td.menu-disabled , in admin.css line 69
|
| 20 |
* add in admin.css
|
| 21 |
body.page-admin .block-region {
|
| 22 |
color: #000000;
|
| 23 |
background-color: #feff1e;
|
| 24 |
border: 3px dashed #ff0b0b;
|
| 25 |
}
|
| 26 |
* add in style.css
|
| 27 |
ul.tips li {
|
| 28 |
padding: 0 0 0 15px!important;
|
| 29 |
/* when select an input format */
|
| 30 |
background: transparent url('images/menu-leaf.gif') no-repeat 1px .38em!important;
|
| 31 |
list-style-type: none;
|
| 32 |
}
|
| 33 |
* change the place of <div id="content-bottom"> in page.tpl.php
|
| 34 |
|
| 35 |
-----------------------------
|
| 36 |
6.x-1.1 release :
|
| 37 |
* better support for all regions
|
| 38 |
* add more comments in css files
|
| 39 |
* add class=clear:both for some blocks (required when particular regions are not enabled)
|
| 40 |
* add search box feature (implemented in the left sidebar)
|
| 41 |
* add new region : regions[footer_top] = Footer top
|
| 42 |
* feature request #253081 : move footer message at the bottom of the page layout (below the second primary links menu) + add div id="footer-message"
|
| 43 |
|
| 44 |
------------------------------
|
| 45 |
6.x-1.0 release :
|
| 46 |
* initial release
|