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 2015/09/24 19:06:56 UTC

svn commit: r1705112 - /lucene/cms/trunk/content/solr/assets/styles/base.css

Author: sarowe
Date: Thu Sep 24 17:06:55 2015
New Revision: 1705112

URL: http://svn.apache.org/viewvc?rev=1705112&view=rev
Log:
SOLR-8091: Darken sub-bullets under feature descriptions and make them lighter versions of the bulletted text they're under (originally #959693, changed to #333333 with the previous blanket darkening commit on this issue, now changing to #E58069, a lighter version of the parent bullet color #D9411E)

Modified:
    lucene/cms/trunk/content/solr/assets/styles/base.css

Modified: lucene/cms/trunk/content/solr/assets/styles/base.css
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/assets/styles/base.css?rev=1705112&r1=1705111&r2=1705112&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/assets/styles/base.css (original)
+++ lucene/cms/trunk/content/solr/assets/styles/base.css Thu Sep 24 17:06:55 2015
@@ -722,7 +722,7 @@ section.list ul li {
 section.list ul li p {
   font-family: 'Helvetica Neue', sans-serif;
   font-weight:300;
-  color: #333;
+  color: #E58069;
   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: #333;
+  color: #E58069;
   margin-top: 2px;
   font-size: 0.96em;
 }