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 07:22:55 UTC

svn commit: r1357077 - /lucene/cms/trunk/content/css/solr.css

Author: sarowe
Date: Wed Jul  4 05:22:54 2012
New Revision: 1357077

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

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

Modified: lucene/cms/trunk/content/css/solr.css
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/css/solr.css?rev=1357077&r1=1357076&r2=1357077&view=diff
==============================================================================
--- lucene/cms/trunk/content/css/solr.css (original)
+++ lucene/cms/trunk/content/css/solr.css Wed Jul  4 05:22:54 2012
@@ -124,19 +124,19 @@ html[xmlns] .clearfix {
 a,a:active,a:link {
 	text-decoration: none;
 	color: #29456b;
-    background: #FFF0D6;
+    background: #FFF5E3;
     border: 1px solid #FFFFFF;
 }
 
 a:visited {
 	text-decoration: none;
-    background: #FFF0D6;
+    background: #FFF5E3;
     border: 1px solid #FFFFFF;
 }
 
 a:hover {
 	color: #030d1c;
-    background: #FFF0D6;
+    background: #FFF5E3;
     border: 1px solid #F00000;
 }