8068dd517b970501ce9b10759142e0aa24e3102f
hiram
  Fri Feb 25 15:37:57 2022 -0800
adding two new columns for bioSample and bioProject refs #28930

diff --git src/hg/htdocs/style/gar.css src/hg/htdocs/style/gar.css
index fd3dac7..a00975d 100644
--- src/hg/htdocs/style/gar.css
+++ src/hg/htdocs/style/gar.css
@@ -142,30 +142,42 @@
 
 .colTaxId,
 .colGTaxId {
   display: none;
   /* width: 56px; */
   width: 7em;
 }
 
 .colAsmDate,
 .colGAsmDate {
   display: none;
   /* width: 66px; */
   width: 8em;
 }
 
+.colBioSample,
+.colGBioSample {
+  display: none;
+  width: 11em;
+}
+
+.colBioProject,
+.colGBioProject {
+  display: none;
+  width: 11em;
+}
+
 .colSubmitter,
 .colGSubmitter {
   display: none;
   /* width: 90px; */
   width: 11em;
 }
 
 .colClade,
 .colGClade {
   display: none;
   /* width: 60px; */
   width: 8em;
 }
 
 /* a box for row count visible/hidden statistics */