d588e86921ab039bcd59cce5c1d8b5ba4bdd59f1
lrnassar
  Thu Sep 16 17:59:56 2021 -0700
Revert "Revert "moved search boxes into empty space above the fold""

This reverts commit 5e8c9f2156d62cb534d658c39b11a1cdf17e8a76.

diff --git src/hg/htdocs/FAQ/index.html src/hg/htdocs/FAQ/index.html
index aeab9d6..8fab5e8 100755
--- src/hg/htdocs/FAQ/index.html
+++ src/hg/htdocs/FAQ/index.html
@@ -4,46 +4,53 @@
 
 <!--#include virtual="$ROOT/redmineWidget.html" -->
 
 <!-- Relative paths to support mirror sites with non-standard GB docs install -->
 <!--#include virtual="$ROOT/inc/gbPageStart.html" -->
 
 <h1>Genome Browser FAQ</h1>
 <p> 
 This page contains responses to frequently asked questions from our user community.
 A full list of public questions is available for search from our 
 <a href="https://groups.google.com/a/soe.ucsc.edu/group/genome?hl=en" 
 target="_blank">Genome Browser mailing list</a>. To ask a question, please 
 visit our <a href="../contacts.html">Contact Us</em></a> page.</p>
 
 <h2>FAQ categories</h2>
+
+<div class="row">
+<div class="col-md-5">
+
 <ul>
 <li><a href="FAQformat.html">Data File Formats</a></li>
 <li><a href="FAQblat.html">Blat sequence alignment</a></li>
 <li><a href="FAQdownloads.html">Data and Downloads</a></li>
 <li><a href="FAQgenes.html">Genes and Gene Tracks</a></li>
 <li><a href="FAQreleases.html">Assembly Releases and Versions</a></li>
 <li><a href="FAQtracks.html">Genome Browser Tracks</a></li>
 <li><a href="FAQlink.html">Linking to the Genome Browser</a></li>
 <li><a href="FAQcustom.html">Custom Annotation Tracks</a></li>
 <li><a href="FAQcite.html">Citing the Genome Browser</a></li>
 <li><a href="FAQlicense.html">Mirroring or Licensing the Genome Browser</a></li>
 <li><a href="FAQdisplay.html">Display Problems</a></li>
 <li><a href="../ENCODE/FAQ/index.html">ENCODE Resources and FAQ</a></li>
 <li><a href="FAQmaillist.html">Posting a question to the mailing list</a></li>
 </ul>
-<hr>
+
+</div>
+<div class="col-md-7">
+
 <!-- Search GB FAQ -->
 <form name="googleForm0" method="GET" action="https://www.google.com/search" 
 onSubmit="document.googleForm0.q.value=document.googleForm0.qq.value+'   site:genome.ucsc.edu/FAQ/';">
   <p>
   Search the Genome Browser FAQs: &nbsp;
   <input type="hidden" name="q" value="">
   <input type="hidden" name="num" value="10">
   <input type="hidden" name="filter" value="0">
   <input type=text name=qq size=25 maxlength=255 value="">
   <input type="submit" value="Submit">
   </p>
 </form>
 
 <!-- Search GB help documentation -->
 <form name="googleForm2" method="GET" action="https://www.google.com/search" 
@@ -81,16 +88,22 @@
   <input type="hidden" name="filter" value="0">
   <input type=text name=qq size=25 maxlength=255 value="">
   <input type="submit" value="Submit">
   </p>
 </form>
 
 <!-- Search GB genomic data (gateway page) -->
 <p>
 Search for genomic data from our 
 <a href="../cgi-bin/hgGateway" target="_blank">organism Gateway page</a>, 
 <a href="../cgi-bin/hgTracks?hgt_tSearch=track+search" target="_blank">
 Track search page</a>, or 
 <a href="../cgi-bin/hgHubConnect#publicHubs" target="_blank">
 Public Hub</a> collection.</p>
 
+<hr>
+</div>
+</div>
+
+<hr>
+
 <!--#include virtual="$ROOT/inc/gbPageEnd.html" -->