0f40a32e62483a0fd29578227f8d6ad48a65af10
tdreszer
  Fri Apr 29 14:45:18 2011 -0700
One more for hgTables - spacing because of doctype 4.01.
diff --git src/hg/hgTables/seqOut.c src/hg/hgTables/seqOut.c
index fc192ae..3f162df 100644
--- src/hg/hgTables/seqOut.c
+++ src/hg/hgTables/seqOut.c
@@ -73,30 +73,31 @@
      * peptide/mrna only if there are corresponding table
      * in the type field. */
     for (typeIx = 0; typeIx < typeWordCount; ++typeIx)
 	{
 	if (typeIx == 0 || sqlTableExists(conn, typeWords[typeIx]))
 	    {
 	    genePredTypeButton(genePredMenu[typeIx], predType);
 	    hPrintf(" %s<BR>\n", genePredMenu[typeIx]);
 	    }
 	}
     }
 cgiMakeButton(hgtaDoGenePredSequence, "submit");
 hPrintf(" ");
 cgiMakeButton(hgtaDoMainPage, "cancel");
 hPrintf("</FORM>\n");
+hPrintf("<div style='height:.9em;'></div>\n");
 htmlClose();
 freez(&dupType);
 }
 
 
 void doRefGeneProteinSequence(struct sqlConnection *conn, struct bed *bedList)
 /* Fetch refGene proteins corresponding to names in bedList. */
 {
 struct hash *uniqHash = newHash(18);
 struct hash *protHash = newHash(18);
 struct sqlResult *sr;
 char **row;
 struct bed *bed;