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 05:58:13 UTC

svn commit: r1357058 - /lucene/cms/trunk/content/css/core.css

Author: sarowe
Date: Wed Jul  4 03:58:13 2012
New Revision: 1357058

URL: http://svn.apache.org/viewvc?rev=1357058&view=rev
Log:
Make Solr links more visible

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

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