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 00:46:36 UTC

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

Author: sarowe
Date: Tue Jul  3 22:46:35 2012
New Revision: 1356999

URL: http://svn.apache.org/viewvc?rev=1356999&view=rev
Log:
try again to make 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=1356999&r1=1356998&r2=1356999&view=diff
==============================================================================
--- lucene/cms/trunk/content/css/core.css (original)
+++ lucene/cms/trunk/content/css/core.css Tue Jul  3 22:46:35 2012
@@ -124,19 +124,19 @@ html[xmlns] .clearfix {
 a,a:active,a:link {
 	text-decoration: none;
 	color: #29456b;
-	background: #E8FFEE;
+	background: #E0FFEE;
 	border: 1px solid #FFFFFF;
 }
 
 a:visited {
 	text-decoration: none;
-        background: #E8FFEE;
+        background: #E0FFEE;
 	border: 1px solid #FFFFFF;
 }
 
 a:hover {
 	color: #030d1c;
-        background: #E8FFEE;
+        background: #E0FFEE;
 	border: 1px solid #9DED9D;
 }
 
@@ -491,7 +491,7 @@ input.button {
     letter-spacing: 0.0px;
     color: #fff;
 	border-right:1px inset #888;
-    background: #000000 !important;
+    background: #000000;
 }
 
 #nav ul li a.last {