6941f6952496d6520dcba4bdb4e1898bb9190325 hiram Wed Dec 20 09:02:31 2023 -0800 the style border 1px loses the border lines between the columns no redemine diff --git src/hg/makeDb/doc/asmHubs/trackData.pl src/hg/makeDb/doc/asmHubs/trackData.pl index 2b5c23d..d849f5a 100755 --- src/hg/makeDb/doc/asmHubs/trackData.pl +++ src/hg/makeDb/doc/asmHubs/trackData.pl @@ -219,31 +219,31 @@ } # sub startHtml() # order of columns in the table # eliminated the ncbiGene track my @trackList = qw(ncbiRefSeq xenoRefGene augustus ensGene gc5Base allGaps assembly rmsk simpleRepeat windowMasker cpgIslandExtUnmasked); ### XXX beware, this trackList is going to be edited below to add or ### remove elements depending upon the situation ############################################################################## ### start the table output ############################################################################## sub startTable() { # coordinate the order of these column headings with the @trackList listed above -print '<table class="sortable" style="border: 1px solid black;"> +print '<table class="sortable" border="1"> <thead style="position:sticky; top:0;"><tr><th>count</th> <th>common name<br>link to genome browser</th> '; print '<th class="sorttable_numeric">ncbiRefSeq</th> ' if ("viral" ne $asmHubName); print " <th class=\"sorttable_numeric\">ncbiGene</th>\n" if ($testOutput || ("viral" eq $asmHubName)); print ' <th class="sorttable_numeric">xenoRefGene</th> <th class="sorttable_numeric">augustus<br>genes</th> <th class="sorttable_numeric">Ensembl<br>genes</th> ' if ("viral" ne $asmHubName); print ' <th class="sorttable_numeric">gc5 base</th> ';