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_flagged.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_flagged.inc.php')
-rw-r--r-- | templates/show_flagged.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_flagged.inc.php b/templates/show_flagged.inc.php index 660b3772..4337c644 100644 --- a/templates/show_flagged.inc.php +++ b/templates/show_flagged.inc.php @@ -23,7 +23,7 @@ $web_path = conf('web_path'); ?> -<table class="border" cellspacing="0" cellpadding="0"> +<table class="tabledata" cellspacing="0" cellpadding="0"> <tr class="table-header"> <th><?php echo _('Object'); ?></th> <th><?php echo _('Flag'); ?></th> |