diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-08 07:04:49 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-08 07:04:49 +0000 |
commit | 0c90a29b08ff8999ca0cfd5e5bea91e9fbb2d186 (patch) | |
tree | b8344801e2c2ded5c5aaf73fdf9dc81540d45d4d /themes/burgundy | |
parent | c6cf91dc02eb142b145fe71846b1415c5a37afef (diff) | |
download | ampache-0c90a29b08ff8999ca0cfd5e5bea91e9fbb2d186.tar.gz ampache-0c90a29b08ff8999ca0cfd5e5bea91e9fbb2d186.tar.bz2 ampache-0c90a29b08ff8999ca0cfd5e5bea91e9fbb2d186.zip |
fixed a few more theme issues
Diffstat (limited to 'themes/burgundy')
-rw-r--r-- | themes/burgundy/templates/style.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/burgundy/templates/style.inc b/themes/burgundy/templates/style.inc index da89d7fc..1eaff7f6 100644 --- a/themes/burgundy/templates/style.inc +++ b/themes/burgundy/templates/style.inc @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2005 Ampache.org + Copyright (c) 2001 - 2006 Ampache.org All rights reserved. This program is free software; you can redistribute it and/or @@ -201,7 +201,7 @@ background: <?php echo conf('base_color2'); ?>; } /* These three lines make a menu horizontal */ - #content { float: left; } + #content { float: left; clear: both;} #sidebar li { float: left; } #sidebar li ul { margin: 0.5em 0 0 -1.1em; } /** |