You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/11/12 03:56:01 UTC

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

Author: hboutemy
Date: Sat Nov 12 02:56:01 2011
New Revision: 1201174

URL: http://svn.apache.org/viewvc?rev=1201174&view=rev
Log:
avoid greyed list items

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=1201174&r1=1201173&r2=1201174&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 Sat Nov 12 02:56:01 2011
@@ -50,3 +50,6 @@ li.collapsed{list-style-image: url('../i
 
 /* Copied from bootstrap <code> tag style. Maven translates <code> to <tt>. */
 tt{padding:0 3px 2px;font-family:Monaco, Andale Mono, Courier New, monospace;font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fee9cc;color:rgba(0, 0, 0, 0.75);padding:1px 3px;}
+
+/* avoid greyed list items */
+li{color:#404040;}
\ No newline at end of file