Author: simonetripodi Date: Mon Nov 7 16:57:07 2011 New Revision: 1198810 URL: http://svn.apache.org/viewvc?rev=1198810&view=rev Log: add a key icon when rendering a '.asc' link instead of external link chain
Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/key.png (with props) 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=1198810&r1=1198809&r2=1198810&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 16:57:07 2011 @@ -28,6 +28,7 @@ a.externalLink[href^=https]{background: 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$=".asc"]{background: url('../images/key.png') right center no-repeat;padding-right: 18px;} li.none{list-style: none;} li.expanded{list-style-image: url('../images/expanded.png');} Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/key.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/key.png?rev=1198810&view=auto ============================================================================== Binary file - no diff available. Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/key.png ------------------------------------------------------------------------------ svn:mime-type = image/png