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 2012/07/04 01:16:18 UTC

svn commit: r1357006 - /lucene/cms/trunk/templates/core-nav.html

Author: sarowe
Date: Tue Jul  3 23:16:17 2012
New Revision: 1357006

URL: http://svn.apache.org/viewvc?rev=1357006&view=rev
Log:
try again to make links more visible

Modified:
    lucene/cms/trunk/templates/core-nav.html

Modified: lucene/cms/trunk/templates/core-nav.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/core-nav.html?rev=1357006&r1=1357005&r2=1357006&view=diff
==============================================================================
--- lucene/cms/trunk/templates/core-nav.html (original)
+++ lucene/cms/trunk/templates/core-nav.html Tue Jul  3 23:16:17 2012
@@ -6,6 +6,6 @@
   <li><a href="documentation.html">Documentation</a></li>
   <li><a href="quickstart.html">Tutorials</a></li>
   <li><a href="https://issues.apache.org/jira/browse/LUCENE">Issue Tracker</a></li>
-  <li><a class="last" href="discussion.html">Discussion</a></li>
+  <li><a href="discussion.html">Discussion</a></li>
   <li><a class="last" href="../">Lucene TLP</a></li>
 </ul>{% endblock %}