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:20:12 UTC

svn commit: r1198821 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css

Author: simonetripodi
Date: Mon Nov  7 17:20:12 2011
New Revision: 1198821

URL: http://svn.apache.org/viewvc?rev=1198821&view=rev
Log:
given precedence to protocols rather than types (except default http)

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=1198821&r1=1198820&r2=1198821&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:20:12 2011
@@ -24,10 +24,6 @@ a.externalLink{background: url('../image
 a.newWindow{background: url('../images/newwindow.png') right center no-repeat;padding-right: 18px;}
 
 a.externalLink[href^=http]{background: url('../images/external.png') right center no-repeat;padding-right: 18px;}
-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/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"],
 a.externalLink[href$=".jpeg"],
@@ -35,6 +31,10 @@ a.externalLink[href$=".gif"],
 a.externalLink[href$=".png"]{background: url('../images/image.png') right center no-repeat;padding-right: 18px;}
 a.externalLink[href$=".tar.gz"],
 a.externalLink[href$=".zip"]{background: url('../images/box.png') right center no-repeat;padding-right: 18px;}
+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/at.png') right center no-repeat;padding-right: 18px;}
 
 li.none{list-style: none;}
 li.expanded{list-style-image: url('../images/expanded.png');}