ace0774d8f9da573531b33371551fd9af0a763a2
max
  Mon Apr 16 17:50:21 2012 -0700
html modif suggested by greg
diff --git src/hg/hgc/pubs.c src/hg/hgc/pubs.c
index 43329f8..b2a0cf1 100644
--- src/hg/hgc/pubs.c
+++ src/hg/hgc/pubs.c
@@ -449,31 +449,31 @@
     if (pubsDebug)
         printf("%s", annotId);
 
     // only display this sequence if we're in the right section
     if (clickedSeqs!=NULL && ((hashLookup(clickedSeqs, annotId)!=NULL) != isClickedSection)) {
         foundSkippedRows = TRUE;
         continue;
     }
 
     printf("<TBODY style=\"font-family: Arial, Helvetica, sans-serif; line-height: 1.5em; font-size: 0.9em;\">");
 
     if (fasta)
         printf("<TR><TD><TT>>%s<BR>%s<BR></TT></TD></TR></TABLE>", annotId, seq);
     else
         {
-        printf("<TR style=\"background-color: #%s\">\n", HG_COL_LOCAL_TABLE);
+        printf("<TR>\n");
         if (showDesc)
             printf("<TD style=\"word-break:break-all\">%s\n", fileDesc);
         //printf("<TD>%s</I></TD>\n", snippet); 
         printf("<TD style=\"word-break:break-all;\">");
         printAddWbr(snippet, 40);
         printf("</I></TD>\n"); 
         if (pubsDebug) 
             printf("<TD>article %s, file %s, seq %s, annotId %s", artId, fileId, seqId, annotId);
 
         // print links to locations 
         if (!isClickedSection && !pubsDebug) 
             {
             // format: hg19/chr1:300-400,mm9/chr1:60006-23234
             // split on "," then split on "/"
             //locs = charSepToSlNames(locString, ',');