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:15:33 UTC

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

Author: sarowe
Date: Thu Sep 24 20:15:33 2015
New Revision: 1705130

URL: http://svn.apache.org/viewvc?rev=1705130&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=1705130&r1=1705129&r2=1705130&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:15:33 2015
@@ -45,10 +45,10 @@ code {
 
 .offset-medium {
   position: relative;
-  top: -115px;
-  padding-top: 115px;
+  top: -56px;
+  padding-top: 112px;
   padding-bottom: 0px;
-  margin-bottom: -115px;
+  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=1705130&r1=1705129&r2=1705130&view=diff
==============================================================================
--- lucene/cms/trunk/lib/path.pm (original)
+++ lucene/cms/trunk/lib/path.pm Thu Sep 24 20:15:33 2015
@@ -1,6 +1,6 @@
 package path;
 use ASF::Value;
- 
+
 # taken  from django's url.py
 $localMode = 0;