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

svn commit: r824402 - in /websites/staging/lucene/trunk/content: ./ css/core.css

Author: buildbot
Date: Wed Jul  4 06:04:17 2012
New Revision: 824402

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/css/core.css

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jul  4 06:04:17 2012
@@ -1 +1 @@
-1357089
+1357092

Modified: websites/staging/lucene/trunk/content/css/core.css
==============================================================================
--- websites/staging/lucene/trunk/content/css/core.css (original)
+++ websites/staging/lucene/trunk/content/css/core.css Wed Jul  4 06:04:17 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;
 }