You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/05/04 17:03:17 UTC

[lucy-commits] svn commit: r1099477 - /incubator/lucy/site/trunk/templates/basic.html

Author: marvin
Date: Wed May  4 15:03:17 2011
New Revision: 1099477

URL: http://svn.apache.org/viewvc?rev=1099477&view=rev
Log:
Detach top bar in basic template.

Separate out a top bar containing nav, logo, search box etc from a main
section which holds the primary page content.

Modified:
    incubator/lucy/site/trunk/templates/basic.html

Modified: incubator/lucy/site/trunk/templates/basic.html
URL: http://svn.apache.org/viewvc/incubator/lucy/site/trunk/templates/basic.html?rev=1099477&r1=1099476&r2=1099477&view=diff
==============================================================================
--- incubator/lucy/site/trunk/templates/basic.html (original)
+++ incubator/lucy/site/trunk/templates/basic.html Wed May  4 15:03:17 2011
@@ -10,7 +10,7 @@
 
     <div id="rigid_wrapper">
 
-    <div id="page" class="container_16">
+    <div id="top" class="container_16">
 
       <div id="header" class="grid_8">
         <img src="images/lucy_logo_150x100.png" alt="Apache Lucy™">
@@ -35,6 +35,14 @@
       </div> <!-- nav -->
 
       <div class="clear"></div>
+
+    </div>
+
+    <div class="clear" style="height:10px"></div>
+
+    <div id="page" class="container_16">
+
+      <div class="clear"></div>
       {% block content %}<div id="content" class="grid_16"><div class="section-content">{{ content|markdown }}</div></div>{% endblock %}
       <div class="clear"></div>