101f86c57afe42985c19adaf21b8987921671af7 kuhn Wed Mar 22 10:46:38 2017 -0700 adding a line about removing broders from tables diff --git src/hg/htdocs/template.html src/hg/htdocs/template.html index 70880ab..b48f964 100755 --- src/hg/htdocs/template.html +++ src/hg/htdocs/template.html @@ -126,31 +126,31 @@ <tr> <td>Chromosomes</td> <td>261</td> </tr> <tr> <td>Haplotypes</td> <td>261</td> </tr> <tr> <td>Unlocalized contigs</td> <td>1270</td> </tr> </table> <p> To horizontally center the text in each table cell, add the class "gbsCenterText" to - the table element.</p> + the table element. To remove the border, add the class "gbsNoBorder". </p> <!-- Preformatted code example --> <h3>Code</h3> <p> Here is some code in a preformatted section ("pre" and "code" tags):</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 (just the "code" tag).</p> </div> <!-- end column --> </div> <!-- end row -->