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 2015/09/24 18:08:04 UTC

svn commit: r966636 - in /websites/staging/lucene/trunk/content: ./ solr/assets/styles/base.css

Author: buildbot
Date: Thu Sep 24 16:08:03 2015
New Revision: 966636

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/solr/assets/styles/base.css

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Sep 24 16:08:03 2015
@@ -1 +1 @@
-1705053
+1705093

Modified: websites/staging/lucene/trunk/content/solr/assets/styles/base.css
==============================================================================
--- websites/staging/lucene/trunk/content/solr/assets/styles/base.css (original)
+++ websites/staging/lucene/trunk/content/solr/assets/styles/base.css Thu Sep 24 16:08:03 2015
@@ -323,7 +323,7 @@ p {
 
 .page h1 small, .subnav h1 small, h1.news small {
   font-size:0.4em;
-  color:#959693;
+  color:#333;
 }
 
 .page h2, .page h3 {
@@ -339,7 +339,7 @@ p {
 }
 
 .page p, .page ul li, .page ol li {
-  color:#959693;
+  color:#333;
 }
 
 .page a {
@@ -549,7 +549,7 @@ footer .copyright {
 }
 
 footer .copyright p {
-  color: #959693;
+  color: #333;
   font-size:0.7em;
   text-align:center;
 }
@@ -581,7 +581,7 @@ footer .copyright p {
 .gray .box p {
   font-size: 0.9em;
   line-height: 1.3em;
-  color:#959693;
+  color:#333;
 }
 
 .gray .box button {
@@ -596,7 +596,7 @@ footer .copyright p {
 
 .gray .box:hover {
   background:#fff;
-  border: 1px solid #959693;
+  border: 1px solid #333;
   cursor:pointer;
 }
 
@@ -722,7 +722,7 @@ section.list ul li {
 section.list ul li p {
   font-family: 'Helvetica Neue', sans-serif;
   font-weight:300;
-  color: #959693;
+  color: #333;
   margin-top: 10px;
   font-size: 0.8em;
 }
@@ -734,7 +734,7 @@ section.list ul li ul {
 section.list ul li ul li {
   font-family: 'Helvetica Neue', sans-serif;
   font-weight:300;
-  color: #959693;
+  color: #333;
   margin-top: 2px;
   font-size: 0.96em;
 }
@@ -986,4 +986,4 @@ ul li div.box div.img.logo-container.ora
 .full-width .gray .box.logo-box {
   position: relative; 
   border: 1px solid #CCC;
-}
\ No newline at end of file
+}