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 22:20:16 UTC

svn commit: r1705132 - in /lucene/cms/trunk: content/solr/assets/styles/base.css lib/path.pm

Author: sarowe
Date: Thu Sep 24 20:20:16 2015
New Revision: 1705132

URL: http://svn.apache.org/viewvc?rev=1705132&view=rev
Log:
Adjust anchor position of sections scrolled to when a down-arrow is clicked on section headings on the Features and Logos-and-Assets pages, to provide a larger gap between the top menu bar and the content

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

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=1705132&r1=1705131&r2=1705132&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/assets/styles/base.css (original)
+++ lucene/cms/trunk/content/solr/assets/styles/base.css Thu Sep 24 20:20:16 2015
@@ -54,9 +54,9 @@ code {
 
 .offset-small {
   position: relative;
-  top: -112px;
+  top: -56px;
   padding-top: 112px;
-  margin-bottom: -112px;
+  margin-bottom: -56px;
   z-index: -1000;
 }
 

Modified: lucene/cms/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/lib/path.pm?rev=1705132&r1=1705131&r2=1705132&view=diff
==============================================================================
--- lucene/cms/trunk/lib/path.pm (original)
+++ lucene/cms/trunk/lib/path.pm Thu Sep 24 20:20:16 2015
@@ -1,6 +1,6 @@
 package path;
 use ASF::Value;
-
+ 
 # taken  from django's url.py
 $localMode = 0;