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 @@

Sample Genome Browser Static Page (h1)

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.

+

Page section (h2)

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.

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).