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 2014/10/31 17:55:56 UTC

svn commit: r1635811 - /lucene/cms/branches/solr_6058/content/solr/assets/scripts/main.js

Author: sarowe
Date: Fri Oct 31 16:55:56 2014
New Revision: 1635811

URL: http://svn.apache.org/r1635811
Log:
SOLR-6058: revert h3 += offset class, intended to fix nav bar hiding of individual books at h3, but matched other inappropriate stuff too

Modified:
    lucene/cms/branches/solr_6058/content/solr/assets/scripts/main.js

Modified: lucene/cms/branches/solr_6058/content/solr/assets/scripts/main.js
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/content/solr/assets/scripts/main.js?rev=1635811&r1=1635810&r2=1635811&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/content/solr/assets/scripts/main.js (original)
+++ lucene/cms/branches/solr_6058/content/solr/assets/scripts/main.js Fri Oct 31 16:55:56 2014
@@ -9,7 +9,6 @@
 
   $(function() {
     $('h2').addClass('offset');
-    $('h3').addClass('offset');
     $('.smooth-scroll').smoothScroll({ offset: 100 })
   });