871f2d654975f77385c1bccb62aa4d8f41f9f294 max Fri Aug 27 05:18:24 2021 -0700 Adding "search help" link to hgTracks, refs #15554 diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css index 52d39b2..e2900e8 100644 --- src/hg/htdocs/style/HGStyle.css +++ src/hg/htdocs/style/HGStyle.css @@ -5,30 +5,36 @@ body.cgi { margin: 0; padding: 0; background: #FFF9D2; } body.hgTracks { background: url("../../images/internal_bg1.jpg") repeat-x fixed left bottom #F9F9F7; } body.training { background: url("../../images/internal_bg1.jpg") repeat-x fixed left bottom #F9F9F7; } +#searchHelp { + display: inline; + margin-left: 5em; + font-size: 80%; +} + a:link { color: #121E9A; text-decoration: underline } .blueLink { color: #121E9A !important; cursor: pointer; } span.link { color: #121E9A; text-decoration: underline; cursor: pointer }