diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-30 04:46:45 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-30 04:46:45 +0000 |
commit | 598a200b969da093a99153173129257da080f71b (patch) | |
tree | b9b12acc57a92063b3227f7dc495e62749449f19 /templates/show_now_playing.inc | |
parent | 07ad109268f038880d1bd1d4cda299cbff59b83a (diff) | |
download | ampache-598a200b969da093a99153173129257da080f71b.tar.gz ampache-598a200b969da093a99153173129257da080f71b.tar.bz2 ampache-598a200b969da093a99153173129257da080f71b.zip |
ok this is ugly but it works
Diffstat (limited to 'templates/show_now_playing.inc')
-rw-r--r-- | templates/show_now_playing.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_now_playing.inc b/templates/show_now_playing.inc index db9fefd9..2f06dece 100644 --- a/templates/show_now_playing.inc +++ b/templates/show_now_playing.inc @@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. if (count($results)) { ?> -<table class="box" cellspacing="0" cellpadding="0" style="width:625px;"> +<table class="box" cellspacing="0"> <tr> <td class="box-left-top"></td> <td class="box-top"></td> |