You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/07/04 08:04:56 UTC

svn commit: r1357093 - /lucene/cms/trunk/content/css/global.css

Author: sarowe
Date: Wed Jul  4 06:04:56 2012
New Revision: 1357093

URL: http://svn.apache.org/viewvc?rev=1357093&view=rev
Log:
make tlp links more visible

Modified:
    lucene/cms/trunk/content/css/global.css

Modified: lucene/cms/trunk/content/css/global.css
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/css/global.css?rev=1357093&r1=1357092&r2=1357093&view=diff
==============================================================================
--- lucene/cms/trunk/content/css/global.css (original)
+++ lucene/cms/trunk/content/css/global.css Wed Jul  4 06:04:56 2012
@@ -124,19 +124,19 @@ html[xmlns] .clearfix {
 a,a:active,a:link {
 	text-decoration: none;
 	color: #29456b;
-	background: #FFF0D6;
+	background: #EEFFE0;
 	border: 1px solid #FFFFF;
 }
 
 a:visited {
 	text-decoration: none;
-	background: #FFF0D6;
+	background: #EEFFE0;
 	border: 1px solid #FFFFFF;
 }
 
 a:hover {
 	color: #030d1c;
-	background: #FFF0D6;
+	background: #EEFFE0;
 	border: 1px solid #9DED9D;
 }