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:15:32 UTC

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

Author: rmuir
Date: Wed Aug 22 21:15:32 2012
New Revision: 1376248

URL: http://svn.apache.org/viewvc?rev=1376248&view=rev
Log:
add a hack so download button has room, remove redundant text

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=1376248&r1=1376247&r2=1376248&view=diff
==============================================================================
--- lucene/cms/trunk/templates/py-sidebar.html (original)
+++ lucene/cms/trunk/templates/py-sidebar.html Wed Aug 22 21:15:32 2012
@@ -1,11 +1,10 @@
 {% block pyside %}
 <div id="sidebar">
-  <div class="button-wrapper">
+  <div class="button-wrapper" style="margin-top: 40px;">
     <div class="button-green">
       <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>
   {% filter markdown %}{% include "pynav.mdtext" %}{% endfilter %}