f286f99977074d8401a9a0ace1205dbf9c071246 wisulliv Wed Feb 7 11:42:02 2024 -0800 Will test change diff --git src/hg/htdocs/template.html src/hg/htdocs/template.html index 604c264..92a4617 100755 --- src/hg/htdocs/template.html +++ src/hg/htdocs/template.html @@ -18,30 +18,31 @@ <!-- Relative paths to support mirror sites with non-standard GB docs install --> <!--#include virtual="$ROOT/inc/gbPageStart.html" --> <!-- Page content --> <h1>Sample Genome Browser Static Page (h1)</h1> <p> This is a standard paragraph ("p" tag) of explanatory text. The next part of the page demonstrates how to create a multi-column layout using the grid layout feature of bootstrap.css, a widely used stylesheet which is now included in the browser static pages.</p> <!-- Sections --> <!-- In this example, two of same size, so use 6 columns of 12 total in grid --> + <div class="row"> <!-- Left column --> <div class="col-md-6"> <h2>Page section (h2)</h2> <p> This is one of two subsections, formatted as equal-sized columns. The bootstrap grid contains 12 columns; column widths are specified using classes "col-md-1" through "col-md-12". This example contains two divs, each assigned class "col-md-6", within a "row" div.</p> <p> NOTE: The two columns are displayed only on wide screens. On small screens, the sections will be stacked vertically (a feature of bootstrap responsive layout).</p>