Author: jlmonteiro
Date: Fri Oct 21 16:32:13 2011
New Revision: 1187452

URL: http://svn.apache.org/viewvc?rev=1187452&view=rev
Log:
Fixing bad navigation rendering

Modified:
    openejb/site/trunk/templates/basic.html

Modified: openejb/site/trunk/templates/basic.html
URL: 
http://svn.apache.org/viewvc/openejb/site/trunk/templates/basic.html?rev=1187452&r1=1187451&r2=1187452&view=diff
==============================================================================
--- openejb/site/trunk/templates/basic.html (original)
+++ openejb/site/trunk/templates/basic.html Fri Oct 21 16:32:13 2011
@@ -39,12 +39,15 @@
             <li><a rel="nofollow" class="external-link" href="#">Project 
Blog</a></li>
 
         </ul>
+
         <hr>
         <h3>Servers</h3>
         <ul>
             <li><a title="Local" href="#">Local</a></li>
             <li><a title="Remote" href="#">Remote</a></li>
         </ul>
+
+        <hr>
         <h3>Integrations</h3>
         <ul>
             <li><a title="TomEE" href="tomee.html">TomEE</a></li>
@@ -52,6 +55,7 @@
             <li><a title="Geronimo" href="geronimo.html">Geronimo</a></li>
             <li><a title="WebObjects" 
href="webobjects.html">WebObjects</a></li>
         </ul>
+
         <hr>
         <h3>Community</h3>
         <ul>
@@ -59,8 +63,10 @@
             <li><a title="Articles" href="articles.html">Articles</a></li>
             <li><a rel="nofollow" class="external-link" href="#">IRC</a></li>
         </ul>
+
         <hr>
         <h3>Related </h3>
+
         <hr>
         <h3>Projects</h3>
         <ul>
@@ -68,12 +74,14 @@
             <li><a rel="nofollow" class="external-link" 
href="http://openjpa.apache.org/";>OpenJPA</a></li>
             <li><a rel="nofollow" class="external-link" 
href="http://cxf.apache.org/";>CXF</a></li>
         </ul>
+
         <hr>
         <h3>Index</h3>
         <ul>
             <li><a href="#">Site Index</a></li>
             <li><a href="#">Doc Index</a></li>
         </ul>
+
         <hr>
         <h3>Feeds</h3>
         <ul>


Reply via email to