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:12 UTC

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

Author: sarowe
Date: Wed Jul  4 06:04:11 2012
New Revision: 1357092

URL: http://svn.apache.org/viewvc?rev=1357092&view=rev
Log:
revert wrongly placed solr background on the lucene site

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=1357092&r1=1357091&r2=1357092&view=diff
==============================================================================
--- lucene/cms/trunk/content/css/core.css (original)
+++ lucene/cms/trunk/content/css/core.css Wed Jul  4 06:04:11 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 #FFFFFF;
 }
 
 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;
 }