You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2011/11/07 18:05:40 UTC

svn commit: r1198816 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources: css/maven-theme.css images/at.png images/mail.png

Author: simonetripodi
Date: Mon Nov  7 17:05:39 2011
New Revision: 1198816

URL: http://svn.apache.org/viewvc?rev=1198816&view=rev
Log:
replaced the mail icon - uset the @ in the place of the develop

Added:
    maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/at.png   (with props)
Removed:
    maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/mail.png
Modified:
    maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css

Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1198816&r1=1198815&r2=1198816&view=diff
==============================================================================
--- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original)
+++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Mon Nov  7 17:05:39 2011
@@ -27,7 +27,7 @@ a.externalLink[href^=http]{background: u
 a.externalLink[href^=https]{background: url('../images/https.png') right center no-repeat;padding-right: 18px;}
 a.externalLink[href^=file]{background: url('../images/file.png') right center no-repeat;padding-right: 18px;}
 a.externalLink[href^=ftp]{background: url('../images/ftp.png') right center no-repeat;padding-right: 18px;}
-a.externalLink[href^=mailto]{background: url('../images/mail.png') right center no-repeat;padding-right: 18px;}
+a.externalLink[href^=mailto]{background: url('../images/at.png') right center no-repeat;padding-right: 18px;}
 a.externalLink[href$=".asc"]{background: url('../images/key.png') right center no-repeat;padding-right: 18px;}
 a.externalLink[href$=".jpg"]{background: url('../images/image.png') right center no-repeat;padding-right: 18px;}
 a.externalLink[href$=".gif"]{background: url('../images/image.png') right center no-repeat;padding-right: 18px;}

Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/at.png
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/at.png?rev=1198816&view=auto
==============================================================================
Binary file - no diff available.

Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/at.png
------------------------------------------------------------------------------
    svn:mime-type = image/png