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 07:57:19 UTC

svn commit: r824400 - in /websites/staging/lucene/trunk/content: ./ css/global.css

Author: buildbot
Date: Wed Jul  4 05:57:19 2012
New Revision: 824400

Log:
Staging update by buildbot for lucene

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

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jul  4 05:57:19 2012
@@ -1 +1 @@
-1357088
+1357089

Modified: websites/staging/lucene/trunk/content/css/global.css
==============================================================================
--- websites/staging/lucene/trunk/content/css/global.css (original)
+++ websites/staging/lucene/trunk/content/css/global.css Wed Jul  4 05:57:19 2012
@@ -124,14 +124,20 @@ html[xmlns] .clearfix {
 a,a:active,a:link {
 	text-decoration: none;
 	color: #29456b;
+	background: #FFF0D6;
+	border: 1px solid #FFFFF;
 }
 
 a:visited {
 	text-decoration: none;
+	background: #FFF0D6;
+	border: 1px solid #FFFFFF;
 }
 
 a:hover {
 	color: #030d1c;
+	background: #FFF0D6;
+	border: 1px solid #9DED9D;
 }
 
 h1,h2,h2 {
@@ -467,12 +473,14 @@ input.button {
     margin: 0;
     padding: 0;
     display: inline;
+    background:#444;
 }
 
 #nav ul li {
     display: inline;
     margin: 0;
     padding: 0;
+    background:#444;
 }
 
 #nav ul li a {
@@ -484,7 +492,9 @@ input.button {
     text-decoration: none;
     letter-spacing: 0.0px;
     color: #fff;
+    border: none;
 	border-right:1px inset #888;
+    background: #444;
 }
 
 #nav ul li a.last {
@@ -493,12 +503,12 @@ input.button {
 
 #nav ul li a:hover,#nav ul li a:active {
     color: #111;
-    background-image: url(../images/header_hot.jpg);
+    background-image: url(../images/header_hot.jpg) !important;
 }
 
 #nav ul li#current a {
     color: #333333;
-    background-image: url(../images/header_hot.jpg);
+    background-image: url(../images/header_hot.jpg) !important;
 }
 
 /********************************