You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2014/03/27 19:42:42 UTC

svn commit: r1582439 - /couchdb/site/index.html

Author: kxepal
Date: Thu Mar 27 18:42:41 2014
New Revision: 1582439

URL: http://svn.apache.org/r1582439
Log:
Fix markup for mailing lists search

form element couldn't be child of ul one. div has better place there

Modified:
    couchdb/site/index.html

Modified: couchdb/site/index.html
URL: http://svn.apache.org/viewvc/couchdb/site/index.html?rev=1582439&r1=1582438&r2=1582439&view=diff
==============================================================================
--- couchdb/site/index.html (original)
+++ couchdb/site/index.html Thu Mar 27 18:42:41 2014
@@ -142,11 +142,11 @@ This fabulous linen texture was integrat
             <p>Search all of our mailing lists at once.</p>
         </div>
 
-        <ul class="list mailing-list">
+        <div class="list mailing-list">
             <form action="http://markmail.org/search/list:org.apache.couchdb-*">
                 <input id="search-box" type="text" placeholder="Search query&hellip;" name="q" size="50"><button id="search-button"></button>
             </form>
-        </ul>
+        </div>
 
         <br/>