// $Id: changelog.txt,v 1.3 2008/10/30 12:02:50 robby Exp $
// beginning Web 2.0 drupal 6.x theme, created by robin / biboo[dot]net / nekodesign[dot]net

############################################
6.x-1.2 release :

add (better) support for ie6 (ie6.css / ie7.css)


############################################
6.x-1.1 release :

* little changes in styles.css
in page.tpl.php
===============
* rewrite <?php if ($header): print '<div id="header-region-wrapper"><div id="header-region">'.$header.'</div></div>'; endif; ?>
* add <div id="top-primary-left">
* add <div id="top-primary-right">
* breadcrumb rewrite 
<div id="breadcrumb-wrapper">
<?php if ($breadcrumb): print '<div class="region-content">'.$breadcrumb.'</div>'; endif; ?>
</div>
* add <div class="top-corners">              
* add  <div class="bottom-corners">
* add <div id="footer-top-wrapper">
* change the place of <div id="content-bottom">	=> currently just above $content

in admin.css
=============
add
body.page-admin .block-region {
	color: #000000;
	background-color: #feff1e;
	border: 3px dashed #ff0b0b;
}
in style.css
================
add
ul.tips li {
	padding: 0 0 0 15px!important;
	/* when select an input format */
	background: transparent url('images/menu-leaf.gif') no-repeat 1px .38em!important;
	list-style-type: none;
}


#############################################
6.x-1.0 release :
* initial release
