6792c1d5ca700a301d14fe7ea66e5e855598325a
max
  Thu Sep 23 05:28:32 2021 -0700
aligning icons at the top, still looks somewhat strange, but better than
before? refs #28108

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index fef33ed..0cd3556 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -569,34 +569,34 @@
 
 .positionInput {
         padding: 7px; -moz-border-radius: 3px; border-radius: 3px;
         border: gray 1px solid;
 }
 
 .pennantIconText {
     text-decoration: none;
     text-transform: capitalize;
     font-size: 70%;
     font-style: italic;
     font-weight: bold;
     vertical-align: text-top;
 }
 
-i#folderIcon {
-        /* text-decoration: underline; */
-        font-size: 80%;
-        color: #00457c; 
+.folderIcon {
+        /* color: #00457c;  color of SVG must be set via fill attribute, see hui.c:printIcons() */
+        height: 13px;
+        vertical-align: top;
 }
 
 
 /*
    Styles for hgHubConnect (formerly in separate .css)
    by Greg Roe
    Last update: 2011-11-1 (greg)
 */
 
 #tabs {
 	font-size: 100%;
 	margin-top: 5px;
 }
 
 table.dataTable.compact thead th, table.dataTable.compact thead td