0ba8d0b62dd3409d77e351ad76cc1ee4be65aab1 angie Wed Apr 13 16:59:04 2016 -0700 Removed some code that separated assembly descriptions into 3 divs, with the middle div containing a list of links to sections in the bottom div. refs #15277 diff --git src/hg/hgGateway/hgGateway.html src/hg/hgGateway/hgGateway.html index 2d8b9b1..b8fa771 100644 --- src/hg/hgGateway/hgGateway.html +++ src/hg/hgGateway/hgGateway.html @@ -221,29 +221,24 @@ </div> <div class="vertSpacerBelowPosition"></div> <div id="descriptionTitle" class="jwDescriptionTitle"> <b><span id="descriptionGenome"></span> Genome Browser</b> - <span id="descriptionDb"></span> assembly <div class="jwFloatRight"> <a id="chromInfoLink" class="jwAnchor" href="hgTracks?chromInfoPage=&hgsid=$hgsid"> <div class="jwWhiteButton"> view sequences </div> </a> </div> </div> - <div id="descriptionTextTop" class="jwDescriptionText"> - </div> - <div id="descriptionAnchors" class="jwDescriptionText"> - </div> - <div style="clear: both;"></div> - <div id="descriptionTextBottom" class="jwDescriptionText"> + <div id="descriptionText" class="jwDescriptionText"> </div> </div> </div> </div> <div style="clear: both;"></div>