You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/08/22 23:08:20 UTC

svn commit: r1376243 - /lucene/cms/trunk/templates/py-sidebar.html

Author: rmuir
Date: Wed Aug 22 21:08:20 2012
New Revision: 1376243

URL: http://svn.apache.org/viewvc?rev=1376243&view=rev
Log:
try to do this like the solr one before giving up

Modified:
    lucene/cms/trunk/templates/py-sidebar.html

Modified: lucene/cms/trunk/templates/py-sidebar.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/py-sidebar.html?rev=1376243&r1=1376242&r2=1376243&view=diff
==============================================================================
--- lucene/cms/trunk/templates/py-sidebar.html (original)
+++ lucene/cms/trunk/templates/py-sidebar.html Wed Aug 22 21:08:20 2012
@@ -5,8 +5,8 @@
       <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">Download</a>
       <div class="flap top">Click to begin</div>
       <div class="flap bottom">of Apache PyLucene</div>
+      <div class="download-desc">Apache PyLucene</div>
     </div>
-    <div class="download-desc">Apache PyLucene</div>
   </div>
   {% filter markdown %}{% include "pynav.mdtext" %}{% endfilter %}
 </div>{% endblock %}