librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1595] fix these group avatars


From: Matt Lee
Subject: [Librefm-commits] [1595] fix these group avatars
Date: Thu, 14 May 2009 20:35:38 +0000

Revision: 1595
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1595
Author:   mattl
Date:     2009-05-14 20:35:38 +0000 (Thu, 14 May 2009)
Log Message:
-----------
fix these group avatars

Modified Paths:
--------------
    trunk/nixtape/data/Group.php
    trunk/nixtape/themes/librefm/alpha.css

Modified: trunk/nixtape/data/Group.php
===================================================================
--- trunk/nixtape/data/Group.php        2009-05-14 20:31:23 UTC (rev 1594)
+++ trunk/nixtape/data/Group.php        2009-05-14 20:35:38 UTC (rev 1595)
@@ -283,7 +283,7 @@
                global $base_uri;
                if (!empty($this->avatar_uri))
                        return $this->avatar_uri;
-               return $base_uri . 'themes/' . $default_theme . 
'/images/default-avatar.stream.png';
+               return $base_uri . '/themes/' . $default_theme . 
'/images/default-avatar.stream.png';
        }
 
        function getURL() {

Modified: trunk/nixtape/themes/librefm/alpha.css
===================================================================
--- trunk/nixtape/themes/librefm/alpha.css      2009-05-14 20:31:23 UTC (rev 
1594)
+++ trunk/nixtape/themes/librefm/alpha.css      2009-05-14 20:35:38 UTC (rev 
1595)
@@ -335,7 +335,7 @@
        padding: 0;
        margin: 0 0 1em;        
     list-style-type: none;
-    min-height: 80px;
+    min-height: 64px;
     clear: both;
 }
 
@@ -460,4 +460,4 @@
 
 #register-prompt {background-color: #eee; padding: 12px;}
 
-.photo{padding: 1px; border 1px solid #ccc; width: 64px; height: 64px; float: 
left; background-image: url(images/default-avatar-stream.png};}
\ No newline at end of file
+.photo{padding: 1px; border 1px solid #ccc; width: 64px; height: 64px; float: 
left;}
\ No newline at end of file





reply via email to

[Prev in Thread] Current Thread [Next in Thread]