diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-22 19:35:40 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-22 19:35:40 +0000 |
commit | bb5dafb7da7682fb0fa54bc281fb69589126f6ba (patch) | |
tree | 9bb752c6b55e7cc07462523191dac0b1cda0d565 /templates/basestyle.inc.php | |
parent | 30a2763ace643c65ed5cea6f329d316992dc07e1 (diff) | |
download | ampache-bb5dafb7da7682fb0fa54bc281fb69589126f6ba.tar.gz ampache-bb5dafb7da7682fb0fa54bc281fb69589126f6ba.tar.bz2 ampache-bb5dafb7da7682fb0fa54bc281fb69589126f6ba.zip |
cleaned up the css some more and changed the sidebar mojo to pulldown
Diffstat (limited to 'templates/basestyle.inc.php')
-rw-r--r-- | templates/basestyle.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/basestyle.inc.php b/templates/basestyle.inc.php index de41587b..ff8dc0f2 100644 --- a/templates/basestyle.inc.php +++ b/templates/basestyle.inc.php @@ -261,11 +261,11 @@ border-top:2px solid <?php echo conf('bg_color2'); ?>; } .text-action { - list-style: none; margin-top:5px; margin-bottom:5px; } .text-action a { + background: <?php echo conf('base_color2'); ?>; border:1px solid <?php echo conf('bg_color2'); ?>; padding-left:2px; padding-right:2px; |