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:09:59 UTC

svn commit: r1705129 - in /lucene/cms/trunk: content/solr/assets/styles/base.css content/solr/logos-and-assets.mdtext lib/path.pm

Author: sarowe
Date: Thu Sep 24 20:09:59 2015
New Revision: 1705129

URL: http://svn.apache.org/viewvc?rev=1705129&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/content/solr/logos-and-assets.mdtext
    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=1705129&r1=1705128&r2=1705129&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:09:59 2015
@@ -54,9 +54,9 @@ code {
 
 .offset-small {
   position: relative;
-  top: -56px;
-  padding-top: 56px;
-  margin-bottom: -56px;
+  top: -112px;
+  padding-top: 112px;
+  margin-bottom: -112px;
   z-index: -1000;
 }
 

Modified: lucene/cms/trunk/content/solr/logos-and-assets.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/logos-and-assets.mdtext?rev=1705129&r1=1705128&r2=1705129&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/logos-and-assets.mdtext (original)
+++ lucene/cms/trunk/content/solr/logos-and-assets.mdtext Thu Sep 24 20:09:59 2015
@@ -13,8 +13,7 @@ Title: Logos and Assets
   </div>
 </section>
 
-<section class="gray offset-small" id="top"></section>
-<section class="gray">
+<section class="gray offset-small" id="top">
   <div class="row">
     <div class="small-12 columns">
       <h3 class="asset-download">Download the <a href="/solr/assets/identity/Solr_Styleguide.pdf">Solr Style Guide</a> (PDF format)</h3>

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