0daa210a78c634562828caac4cc31b69379cb945 kate Wed Jan 18 14:35:51 2017 -0800 Tweak styling of code tag, as per donna. refs #18504 diff --git src/hg/htdocs/template.html src/hg/htdocs/template.html index dba62ba..aca75e8 100755 --- src/hg/htdocs/template.html +++ src/hg/htdocs/template.html @@ -46,30 +46,34 @@ 'col-md-12'. This example contains two divs, each assigned class 'col-md-6', within a 'row' div. </p> <p> NOTE: The two columns will only appear on wider screens. On small screens, the sections will be stacked vertically (a feature of bootstrap responsive layout). </p> <!-- Preformatted code example --> <p> Here is some code: </p> <pre><code>sudo -i bash browserSetup.sh install</code></pre> +<p> +And here is some text with a <code>bit of code</code> embedded. +</p> + <!-- Numbered list example --> <p> Here is a numbered list ('ol' and 'li' elements): </p> <ol> <li> <strong>chrom</strong> - The name of the chromosome (e.g. chr3, chrY, chr2_random) or scaffold (e.g. scaffold10671).</li> <li> <strong>chromStart</strong> - The starting position of the feature in the chromosome or scaffold. The first base in a chromosome is numbered 0.</li> <li> <strong>chromEnd</strong> - The ending position of the feature in the chromosome or scaffold. The <em>chromEnd</em> base is not included in the display of the feature. For example, the first 100 bases of a chromosome are defined