diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-06 07:31:33 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-06 07:31:33 +0000 |
commit | 3af41d1ac325312c1ed250621cea8e95b7d8591f (patch) | |
tree | e04e70ee9841f7f767521d2f0a0ab7895269f300 /templates/show_preference_box.inc.php | |
parent | 18d895c682d720def03c3ddcdff001dd48e72d0d (diff) | |
download | ampache-3af41d1ac325312c1ed250621cea8e95b7d8591f.tar.gz ampache-3af41d1ac325312c1ed250621cea8e95b7d8591f.tar.bz2 ampache-3af41d1ac325312c1ed250621cea8e95b7d8591f.zip |
a ton of css fixes
Diffstat (limited to 'templates/show_preference_box.inc.php')
-rw-r--r-- | templates/show_preference_box.inc.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/show_preference_box.inc.php b/templates/show_preference_box.inc.php index e09ce809..60dfee51 100644 --- a/templates/show_preference_box.inc.php +++ b/templates/show_preference_box.inc.php @@ -5,9 +5,8 @@ All rights reserved This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. + modify it under the terms of the GNU General Public License v2 + as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -35,7 +34,7 @@ if ($GLOBALS['user']->has_access(100) AND conf('use_auth')) { ?> -<table class="border" border="0" cellpadding="0" cellspacing="0" width="100%"> +<table class="tabledata" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr class="odd"> <th colspan="3" class="header2" align="left"><?php echo $preferences['title']; ?></th> </tr> |