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 | |
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')
-rw-r--r-- | themes/burgundy/templates/style.inc | 4 | ||||
-rw-r--r-- | themes/classic/theme.cfg.php | 2 |
2 files changed, 3 insertions, 3 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; } /** diff --git a/themes/classic/theme.cfg.php b/themes/classic/theme.cfg.php index 3597c20e..19134e4d 100644 --- a/themes/classic/theme.cfg.php +++ b/themes/classic/theme.cfg.php @@ -35,7 +35,7 @@ orientation = "vertical" # If this is set to simple the sub menu's will only be shown when you're on one of the # respective pages. If you want to make the menu's something like the classic theme # comment this out -submenu = "simple" +#submenu = "simple" # Theme Colors ################### |