e9803ef31878531ce0e766f7708cd0e34c5674fc braney Mon Feb 12 12:29:15 2018 -0800 fix margins on help in hgCollection diff --git src/hg/hgCollection/hgCollection.c src/hg/hgCollection/hgCollection.c index 5ee0adc..e9511bf 100644 --- src/hg/hgCollection/hgCollection.c +++ src/hg/hgCollection/hgCollection.c @@ -353,31 +353,31 @@ static void printHelp() // print out the help page { puts( "<br><a name='INFO_SECTION'></a>\n" " <div class='row gbsPage'>\n" " <div ><h1>Track Collection Builder Help</h1></div>\n" " <div >\n" ); puts( " </div>\n" " </div>\n" ); puts( -" <div class='row gbsPage'>\n" +" <div class='container-fluid'>\n" " <div class='gbsPage'>\n"); webIncludeFile("inc/hgCollectionHelpInclude.html"); puts( " </div>" " </div>\n" ); } static void doMainPage(struct cart *cart, char *db, struct grp *groupList, struct trackDb *trackList) /* Print out initial HTML of control page. */ { webStartGbNoBanner(cart, db, "Collections"); webIncludeResourceFile("gb.css"); //webIncludeResourceFile("../staticStyle/gbStatic.css");