[art-web] [views] Set the background previews to be slightly larger



commit 21df48ba09e88c46bbcf10da1d537412844595e6
Author: Thomas Wood <thos gnome org>
Date:   Mon Jan 4 00:06:40 2010 +0000

    [views] Set the background previews to be slightly larger

 views/backgrounds.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/views/backgrounds.php b/views/backgrounds.php
index 2fc5797..e468758 100644
--- a/views/backgrounds.php
+++ b/views/backgrounds.php
@@ -150,7 +150,7 @@ String.prototype.rot13 = rot13 = function(s)
     <span class="item-detail">by <script type='text/javascript'>document.write ('<a href="mailto:' + '<?php echo str_rot13 ($row['email'])?>'.rot13() + '">');</script><?php echo $row['realname']?><script type='text/javascript'>document.write ('<\/a>');</script></span>
     <br><span class="item-detail"><?php echo $license_config_link_array[$row['license']]?></span>
     <br>
-    <img width="96" alt="Preview" src='/images/thumbnails/backgrounds/<?php echo $row['thumbnail_filename']?>'>
+    <img width="128" height="96" alt="Preview" src='/images/thumbnails/backgrounds/<?php echo $row['thumbnail_filename']?>'>
     <br>
     <span class="item-detail">
       <?php echo number_format ($row['download_count']) ?> downloads



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]