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/27 21:50:31 UTC

svn commit: r1634681 - /lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css

Author: sarowe
Date: Mon Oct 27 20:50:31 2014
New Revision: 1634681

URL: http://svn.apache.org/r1634681
Log:
SOLR-6058: don't cover content when aligning headers linked from the nav bar (patch from Fran)

Modified:
    lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css

Modified: lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css?rev=1634681&r1=1634680&r2=1634681&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css (original)
+++ lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css Mon Oct 27 20:50:31 2014
@@ -35,6 +35,7 @@ code, pre {
   top: -150px;
   padding-top: 150px;
   margin-bottom: -120px;
+  z-index: -1000;
 }
 
 a.btn, button {