| 1 |
// $Id: changelog.txt,v 1.4 2009/05/13 12:39:40 robby Exp $
|
| 2 |
// beginning Web 2.0 drupal 6.x theme, created by robin / biboo.net / gazwal.com
|
| 3 |
|
| 4 |
############################################
|
| 5 |
6.x-1.4 release :
|
| 6 |
W3C validation fixes ... sorry
|
| 7 |
############################################
|
| 8 |
6.x-1.3 release :
|
| 9 |
add 3 floating blocks // 3 others regions for the "Headerblock" floating blocks, above Featured region.
|
| 10 |
Provided by Demir http://drupal.org/user/173084
|
| 11 |
issue : http://drupal.org/node/424086
|
| 12 |
|
| 13 |
############################################
|
| 14 |
6.x-1.2 release :
|
| 15 |
|
| 16 |
add (better) support for ie6 (ie6.css / ie7.css)
|
| 17 |
|
| 18 |
|
| 19 |
############################################
|
| 20 |
6.x-1.1 release :
|
| 21 |
|
| 22 |
* little changes in styles.css
|
| 23 |
in page.tpl.php
|
| 24 |
===============
|
| 25 |
* rewrite <?php if ($header): print '<div id="header-region-wrapper"><div id="header-region">'.$header.'</div></div>'; endif; ?>
|
| 26 |
* add <div id="top-primary-left">
|
| 27 |
* add <div id="top-primary-right">
|
| 28 |
* breadcrumb rewrite
|
| 29 |
<div id="breadcrumb-wrapper">
|
| 30 |
<?php if ($breadcrumb): print '<div class="region-content">'.$breadcrumb.'</div>'; endif; ?>
|
| 31 |
</div>
|
| 32 |
* add <div class="top-corners">
|
| 33 |
* add <div class="bottom-corners">
|
| 34 |
* add <div id="footer-top-wrapper">
|
| 35 |
* change the place of <div id="content-bottom"> => currently just above $content
|
| 36 |
|
| 37 |
in admin.css
|
| 38 |
=============
|
| 39 |
add
|
| 40 |
body.page-admin .block-region {
|
| 41 |
color: #000000;
|
| 42 |
background-color: #feff1e;
|
| 43 |
border: 3px dashed #ff0b0b;
|
| 44 |
}
|
| 45 |
in style.css
|
| 46 |
================
|
| 47 |
add
|
| 48 |
ul.tips li {
|
| 49 |
padding: 0 0 0 15px!important;
|
| 50 |
/* when select an input format */
|
| 51 |
background: transparent url('images/menu-leaf.gif') no-repeat 1px .38em!important;
|
| 52 |
list-style-type: none;
|
| 53 |
}
|
| 54 |
|
| 55 |
|
| 56 |
#############################################
|
| 57 |
6.x-1.0 release :
|
| 58 |
* initial release
|