36195abbdbaea498e3c9fd7a13358f62a7f3960c angie Wed Jul 13 14:12:50 2016 -0700 Wrap a div around the inclusion of hgMenubar so that if there is an error, it doesn't push page contents to the right. diff --git src/hg/htdocs/index.html src/hg/htdocs/index.html index cf0a56f..3058b53 100755 --- src/hg/htdocs/index.html +++ src/hg/htdocs/index.html @@ -15,31 +15,33 @@ <!-- Banner --> <div id="banner" class="jwBanner"> <a class="jwAnchor" href="http://www.ucsc.edu/"> <div class="jwUcscLogoWrapper"> <!--#include virtual="images/ucscLogo.svg"--> </div> </a> <img src="../images/ucscHelixLogo.png" class="jwBannerHelixLogo"> <div class="jwBannerTitle"> Genome Browser </div> </div> <!-- Menu bar / hotlinks / blue bar: --> + <div> <!--#include virtual="cgi-bin/hgMenubar"--> + </div> <!-- Override nice-menu.css's menu background and fonts: --> <link rel="stylesheet" href="../style/jWest.afterNiceMenu.css"> <div id="staticMain" class="jwStaticMain" style="display: inline-block;"> <!-- hgwdev warning (if applicable) --> <!--#if expr='("$SERVER_NAME" = /hgwdev.*.ucsc.edu/ || "$SERVER_NAME" = /genome-test.*.ucsc.edu/) && "$SERVER_NAME" != /hgwdev-demo6/'--> <div id="devWarningRow" class="jwRow"> <div id="devWarningBox" class="jwWarningBox jwWarningBoxStatic"> WARNING: This is the UCSC Genome Browser development site. This website is used for testing purposes only and is not intended for general public use. Data and tools on this site are under development, have not been reviewed for quality, and are subject to change at any time.