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:47:06 UTC

svn commit: r1705119 - in /lucene/cms/trunk: content/solr/lib/foundation/styles/foundation.min.css lib/path.pm

Author: sarowe
Date: Thu Sep 24 17:47:06 2015
New Revision: 1705119

URL: http://svn.apache.org/viewvc?rev=1705119&view=rev
Log:
SOLR-8091: Darken sub-nav header items on the Solr Resources page when pinned at the top during scrolling: #999 -> #666

Modified:
    lucene/cms/trunk/content/solr/lib/foundation/styles/foundation.min.css
    lucene/cms/trunk/lib/path.pm

Modified: lucene/cms/trunk/content/solr/lib/foundation/styles/foundation.min.css
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/lib/foundation/styles/foundation.min.css?rev=1705119&r1=1705118&r2=1705119&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/lib/foundation/styles/foundation.min.css (original)
+++ lucene/cms/trunk/content/solr/lib/foundation/styles/foundation.min.css Thu Sep 24 17:47:06 2015
@@ -1 +1 @@

[... 3 lines stripped ...]
Modified: lucene/cms/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/lib/path.pm?rev=1705119&r1=1705118&r2=1705119&view=diff
==============================================================================
--- lucene/cms/trunk/lib/path.pm (original)
+++ lucene/cms/trunk/lib/path.pm Thu Sep 24 17:47:06 2015
@@ -1,6 +1,6 @@
 package path;
 use ASF::Value;
- 
+
 # taken  from django's url.py
 $localMode = 0;