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:44:45 UTC

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

Author: sarowe
Date: Wed Jul  4 05:44:44 2012
New Revision: 1357088

URL: http://svn.apache.org/viewvc?rev=1357088&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=1357088&r1=1357087&r2=1357088&view=diff
==============================================================================
--- lucene/cms/trunk/content/css/solr.css (original)
+++ lucene/cms/trunk/content/css/solr.css Wed Jul  4 05:44:44 2012
@@ -124,19 +124,19 @@ html[xmlns] .clearfix {
 a,a:active,a:link {
 	text-decoration: none;
 	color: #595134;
-    background: #FFF8E3;
+    background: #FFF9E5;
     border: 1px solid #FFFFFF;
 }
 
 a:visited {
 	text-decoration: none;
-    background: #FFF8E3;
+    background: #FFF9E5;
     border: 1px solid #FFFFFF;
 }
 
 a:hover {
 	color: #141104;
-    background: #FFF8E3;
+    background: #FFF9E5;
     border: 1px solid #FCC08B;
 }