librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1586] make groups link in a sane way, remove the awfu


From: Matt Lee
Subject: [Librefm-commits] [1586] make groups link in a sane way, remove the awful gradient on each one
Date: Thu, 14 May 2009 20:14:59 +0000

Revision: 1586
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1586
Author:   mattl
Date:     2009-05-14 20:14:59 +0000 (Thu, 14 May 2009)
Log Message:
-----------
make groups link in a sane way, remove the awful gradient on each one

Modified Paths:
--------------
    trunk/nixtape/themes/librefm/alpha.css
    trunk/nixtape/themes/librefm/templates/group-list.tpl

Modified: trunk/nixtape/themes/librefm/alpha.css
===================================================================
--- trunk/nixtape/themes/librefm/alpha.css      2009-05-14 20:06:42 UTC (rev 
1585)
+++ trunk/nixtape/themes/librefm/alpha.css      2009-05-14 20:14:59 UTC (rev 
1586)
@@ -283,12 +283,13 @@
 }
 
 .user, .group {
-    background: #fff url(images/bg.png) repeat-x ;
     padding: .5em;
     position: relative;
     margin-bottom: .5em;
 }
 
+.user{    background: #fff url(images/bg.png) repeat-x ;}
+
 .user dl, .group dl
 {
        margin: 0 0 0 76px;

Modified: trunk/nixtape/themes/librefm/templates/group-list.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/group-list.tpl       2009-05-14 
20:06:42 UTC (rev 1585)
+++ trunk/nixtape/themes/librefm/templates/group-list.tpl       2009-05-14 
20:14:59 UTC (rev 1586)
@@ -14,14 +14,13 @@
                        </div>
                        <dl>
                                <dt>
-                                       <span class="fn org" 
property="foaf:name">{$g->fullname|escape:'html':'UTF-8'}</span>
-                                       (<span class="nickname" 
property="foaf:nick">{$g->name|escape:'html':'UTF-8'}</span>)
+                                       <a rel="foaf:homepage" 
rev="foaf:primaryTopic" property="dc:description" 
href="{$g->getURL()|escape:'html':'UTF-8'}"><span class="fn org" 
property="foaf:name">{$g->fullname|escape:'html':'UTF-8'}</span></div>
                                </dt>
                                <dd>{if $g->homepage}<a class="url" 
rel="foaf:page" 
href="{$g->homepage|escape:'html':'UTF-8'}">{$g->homepage|escape:'html':'UTF-8'}</a>{/if}</dd>
                                <dd class="note" 
property="dc:abstract">{$g->bio|escape:'html':'UTF-8'}</dd>
-                               <dd><a rel="foaf:homepage" 
rev="foaf:primaryTopic" property="dc:description" 
href="{$g->getURL()|escape:'html':'UTF-8'}">{t members='$g->count}%1 
members{/t}</a></dd>
+                               <dd>{t members='$g->count}%1 members{/t}</dd>
                        </dl>
-                       <hr style="border: 1px solid transparent; clear: both;" 
/>
+                       <hr />
                </div>
        </li>
        





reply via email to

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