summaryrefslogtreecommitdiffstats
path: root/templates/show_all_popular.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_all_popular.inc.php')
-rw-r--r--templates/show_all_popular.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_all_popular.inc.php b/templates/show_all_popular.inc.php
index 486644b9..551c453e 100644
--- a/templates/show_all_popular.inc.php
+++ b/templates/show_all_popular.inc.php
@@ -23,7 +23,7 @@
?>
<table class="tabledata">
<tr>
- <td valign="top" align="right">
+ <td valign="top" >
<?php show_info_box(_("Most Popular Artists"), 'artist', $artists); ?>
</td>
<td valign="top" align="left">
@@ -36,7 +36,7 @@
<td valign="top" align="left">
<?php show_info_box(_("Most Popular Genres"), '', $genres); ?>
</td>
- <td valign="top" align="right">
+ <td valign="top" >
<?php show_info_box(_("Most Popular Songs"), 'song', $songs); ?>
</td>
</tr>