librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1139] border should be applied to the image, not the


From: Toby Inkster
Subject: [Librefm-commits] [1139] border should be applied to the image, not the <div>.
Date: Sat, 02 May 2009 21:32:30 +0000

Revision: 1139
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1139
Author:   tobyink
Date:     2009-05-02 21:32:30 +0000 (Sat, 02 May 2009)
Log Message:
-----------
border should be applied to the image, not the <div>.

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

Modified: trunk/nixtape/themes/librefm/alpha.css
===================================================================
--- trunk/nixtape/themes/librefm/alpha.css      2009-05-02 21:26:28 UTC (rev 
1138)
+++ trunk/nixtape/themes/librefm/alpha.css      2009-05-02 21:32:30 UTC (rev 
1139)
@@ -116,16 +116,13 @@
 .user .fn , .group .fn {
     font-size: 93%;
 }
-.avatar {
+.avatar img {
     max-height: 96px;
     max-width: 96px;
     min-height: 32px;
     min-width: 32px;
 }
 
-.user .avatar img.photo, 
-.group .avatar img.photo{ max-width:96px; }
-
 .user .bio,
 .group .bio {
 }
@@ -235,7 +232,7 @@
        margin: 0;      
 }
 
-.user .avatar, .group .avatar
+.user .avatar img, .group .avatar img
 {
        position: absolute;
        top: 8px;





reply via email to

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