2e0a3ac9ce2ed0281b2e17d71fd35fb2f9875b37 max Thu Feb 13 07:02:45 2020 -0800 making configure word on composite dialog look like a link, refs #24372 diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css index 8d95844..5f6e805 100644 --- src/hg/htdocs/style/HGStyle.css +++ src/hg/htdocs/style/HGStyle.css @@ -5,31 +5,32 @@ 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; } -a:link {color: #121E9A;} +a:link {color: #121E9A; text-decoration: underline} +span.link {color: #121E9A; text-decoration: underline} td.hotkey { font-family: courier; } pre.code { font-family: Monaco,'andale mono','lucida console',monospace; font-size: 0.8em; width:800px; margin-left: 40px; overflow:auto; background-color: rgb(255,255,250); border: 1px dashed rgb(230,230,230); color: rgb(17,17,17); padding:5px;