You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2011/08/07 00:00:31 UTC

svn commit: r1154613 - /lucene/cms/trunk/templates/skeleton.html

Author: gsingers
Date: Sat Aug  6 22:00:30 2011
New Revision: 1154613

URL: http://svn.apache.org/viewvc?rev=1154613&view=rev
Log:
LUCENE-2748: try to get formatting right

Modified:
    lucene/cms/trunk/templates/skeleton.html

Modified: lucene/cms/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/skeleton.html?rev=1154613&r1=1154612&r2=1154613&view=diff
==============================================================================
--- lucene/cms/trunk/templates/skeleton.html (original)
+++ lucene/cms/trunk/templates/skeleton.html Sat Aug  6 22:00:30 2011
@@ -41,7 +41,6 @@
   <div id="header">
     <div id="logo">
       <a href="http://lucene.apache.org/"><img border="0" src="images/lucene_green_300.gif" alt="Lucene Logo"/></a>
-      <a href="http://lucene.apache.org/"><img border="0" src="images/solr.png" alt="Solr Logo"/></a>
     </div>
     <div id="search">
       <script type="text/javascript">
@@ -171,7 +170,7 @@
   <div id="content-wrap" class="clearfix">
     <div id="main">
       <h1 class="title">{% block title %}{{ headers.title }}{% endblock %}</h1>
-      {% block content %}{{ content|markdown }}{% endblock %}
+      <div>{% block content %}{{ content|markdown }}{% endblock %}</div>
     </div>
 
     <div id="sidebar">