diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-08 04:57:19 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-08 04:57:19 +0000 |
commit | 2bb59dfa45f008846305c62962616bd3fff3884d (patch) | |
tree | ea27d68aac0318246c3a857924c736e96fdeb4a3 /themes/burgundy | |
parent | a3b348ff76a133966173db3cc7a741f342ac5c63 (diff) | |
download | ampache-2bb59dfa45f008846305c62962616bd3fff3884d.tar.gz ampache-2bb59dfa45f008846305c62962616bd3fff3884d.tar.bz2 ampache-2bb59dfa45f008846305c62962616bd3fff3884d.zip |
tweaks from sigger
Diffstat (limited to 'themes/burgundy')
-rw-r--r-- | themes/burgundy/templates/style.inc | 8 | ||||
-rw-r--r-- | themes/burgundy/theme.cfg.php | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/themes/burgundy/templates/style.inc b/themes/burgundy/templates/style.inc index c0aed80e..da89d7fc 100644 --- a/themes/burgundy/templates/style.inc +++ b/themes/burgundy/templates/style.inc @@ -200,11 +200,15 @@ width:160px; background: <?php echo conf('base_color2'); ?>; } +/* These three lines make a menu horizontal */ + #content { float: left; } + #sidebar li { float: left; } + #sidebar li ul { margin: 0.5em 0 0 -1.1em; } /** * Div Definitions * These define how the page is layed out, be careful with these as changes to them * can cause drastic layout changes - */ + #maincontrainer { margin: 0px; @@ -304,7 +308,7 @@ margin-left:0px; margin-top: 35px; } -/** + * End Div Definitions * This is the end of the main structure def's */ diff --git a/themes/burgundy/theme.cfg.php b/themes/burgundy/theme.cfg.php index bf93db81..c7246a0d 100644 --- a/themes/burgundy/theme.cfg.php +++ b/themes/burgundy/theme.cfg.php @@ -39,7 +39,7 @@ orientation = "horizontal" # 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 ################### |