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 2016/02/03 10:35:28 UTC

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

Author: buildbot
Date: Wed Feb  3 09:35:28 2016
New Revision: 979361

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 Feb  3 09:35:28 2016
@@ -1 +1 @@
-1728283
+1728285

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 Feb  3 09:35:28 2016
@@ -1008,20 +1008,20 @@ code.inline{
 	text-align: center;
 	text-transform: uppercase;
 	/*GRADIENT*/
-	background: #E07F00 !important; /* Old browsers */
-	background: -moz-linear-gradient(top, #FABB34 0%, #E07F00 100%) !important;
+	background: #D9411E !important; /* Old browsers */
+	background: -moz-linear-gradient(top, #C8BEB4 0%, #D9411E 100%) !important;
 	/* FF3.6+ */
-	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FABB34) !important,
-		color-stop(100%, #E07F00) ); /* Chrome,Safari4+ */
-	background: -webkit-linear-gradient(top, #FABB34 0%, #E07F00 100%) !important;
+	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C8BEB4) !important,
+		color-stop(100%, #D9411E) ); /* Chrome,Safari4+ */
+	background: -webkit-linear-gradient(top, #C8BEB4 0%, #D9411E 100%) !important;
 	/* Chrome10+,Safari5.1+ */
-	background: -o-linear-gradient(top, #FABB34 0%, #E07F00 100%)important;
+	background: -o-linear-gradient(top, #C8BEB4 0%, #D9411E 100%)important;
 	/* Opera 11.10+ */
-	background: -ms-linear-gradient(top, #FABB34 0%, #E07F00 100%) important;;
+	background: -ms-linear-gradient(top, #C8BEB4 0%, #D9411E 100%) important;;
 	/* IE10+ */
-	background: linear-gradient(top, #FABB34 0%, #E07F00 100%) !important; /* W3C */
-	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#FABB34',
-		endColorstr='#E07F00', GradientType=0 ); /* IE6-9 */
+	background: linear-gradient(top, #C8BEB4 0%, #D9411E 100%) !important; /* W3C */
+	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#C8BEB4',
+		endColorstr='#D9411E', GradientType=0 ); /* IE6-9 */
 }
 
 .button-green a {
@@ -1115,7 +1115,7 @@ code.inline{
 
 /*ACTIVE*/
 .button-orange a:active {
-	background: #E07F00; /* Old browsers */
+	background: #D9411E; /* Old browsers */
 }
 
 .button-green a:active {