diff options
author | spocky <spocky@ampache> | 2007-09-23 20:06:37 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-09-23 20:06:37 +0000 |
commit | a3d16d1cd6ec1b2fbba373177468a91a6ab49c99 (patch) | |
tree | 3bbcf6fed6979e22bcccf564a6b4fddfd53fa870 /templates/show_box_bottom.inc.php | |
parent | 1dfdf2afab8da95da8c814e3838b3393d88ae53c (diff) | |
download | ampache-a3d16d1cd6ec1b2fbba373177468a91a6ab49c99.tar.gz ampache-a3d16d1cd6ec1b2fbba373177468a91a6ab49c99.tar.bz2 ampache-a3d16d1cd6ec1b2fbba373177468a91a6ab49c99.zip |
- modified sidebar css
- modified rightbar html/css
- added patch to enabled ie6 :hover pseudo classes
- modified boxes html/css to remove table tags and enable box floating
- added 1st version of 3.4 greysme theme (needs more work, especially on ie6)
Diffstat (limited to 'templates/show_box_bottom.inc.php')
-rw-r--r-- | templates/show_box_bottom.inc.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/show_box_bottom.inc.php b/templates/show_box_bottom.inc.php index f0c050f3..809f58e0 100644 --- a/templates/show_box_bottom.inc.php +++ b/templates/show_box_bottom.inc.php @@ -20,11 +20,11 @@ */ ?> - </td> -</tr> -<tr> - <td class="box-left-bottom"></td> - <td class="box-bottom"></td> - <td class="box-right-bottom"></td> -</tr> -</table> + </div> + <div class="box-bottom"> + <div class="box-left-bottom"></div> + <div class="box-right-bottom"></div> + </div> + </div> +</div> + |