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/mkHubIndex.pl src/hg/makeDb/doc/asmHubs/mkHubIndex.pl index 5493a88..944e7f2 100755 --- src/hg/makeDb/doc/asmHubs/mkHubIndex.pl +++ src/hg/makeDb/doc/asmHubs/mkHubIndex.pl @@ -218,31 +218,31 @@ END } print <<"END"; The other links provide access to NCBI resources for these assemblies. END } # sub startHtml() ############################################################################## ### start the table output ############################################################################## sub startTable() { print ' -<table class="sortable" style="border: 1px solid black;"> +<table class="sortable" border="1"> <thead style="position:sticky; top:0;"><tr><th>count</th> <th><span style="float: left;">common name and<br>view in UCSC browser</span><span style="float: right;">[IGV browser]</span></th> <th>scientific name<br>and data download</th> <th>NCBI assembly</th> <th>BioSample</th> '; if ("viral" ne $asmHubName) { printf " <th>BioProject</th>\n"; } printf "<th>assembly date,<br>source link</th>\n"; if ("legacy" eq $asmHubName) { printf "<th>clade</th>\n"; }