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/11/05 01:33:00 UTC

svn commit: r1636785 - in /lucene/cms/branches/solr_6058: content/solr/assets/styles/base.css templates/_solr-navigation.html

Author: sarowe
Date: Wed Nov  5 00:33:00 2014
New Revision: 1636785

URL: http://svn.apache.org/r1636785
Log:
SOLR-6058: Add 'Lucene TLP' top nav bar link

Modified:
    lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css
    lucene/cms/branches/solr_6058/templates/_solr-navigation.html

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=1636785&r1=1636784&r2=1636785&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 Wed Nov  5 00:33:00 2014
@@ -73,6 +73,18 @@ button.white:hover {
   background:#fff;
 }
 
+a.lucene-btn {
+  background-color:inherit;
+  text-transform: uppercase;
+  text-align: right;
+  line-height: 1.1 !important;
+  font-weight: 200 !important;
+  padding-top: 5px !important;
+  padding-left: 30px !important;
+  padding-right: 15px !important;
+}
+
+
 /*
  * Header
  */

Modified: lucene/cms/branches/solr_6058/templates/_solr-navigation.html
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/templates/_solr-navigation.html?rev=1636785&r1=1636784&r2=1636785&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/templates/_solr-navigation.html (original)
+++ lucene/cms/branches/solr_6058/templates/_solr-navigation.html Wed Nov  5 00:33:00 2014
@@ -15,4 +15,7 @@
   <li>
     <a class="btn" href="/solr/mirrors-solr-latest-redir.html">download</a>
   </li>
+  <li >
+    <a class="lucene-btn" href="/index.html">Lucene<br />&#8679; TLP</a>
+  </li>
 </ul>