adb8b54c6cc3845fc987eabae0edd6cb777247c2 kate Mon Jan 30 16:55:39 2017 -0800 Add class for text centered in table columns. refs #18540 diff --git src/hg/htdocs/template.html src/hg/htdocs/template.html index bd9428d..ca7dd32 100755 --- src/hg/htdocs/template.html +++ src/hg/htdocs/template.html @@ -128,30 +128,34 @@ </tr> <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> + <!-- 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 -->