3d6b605f6da6c05978c8eddd71948902c43b25b9
kate
  Thu Dec 15 11:38:49 2016 -0800
Cleanup CSS. refs #18504

diff --git src/hg/htdocs/template.html src/hg/htdocs/template.html
index 2fd5ca5..42ec976 100755
--- src/hg/htdocs/template.html
+++ src/hg/htdocs/template.html
@@ -47,31 +47,32 @@
 completed the first working draft of the human genome assembly, forever ensuring
 free public access to the genome and the information it contains. 
         </p>
     </div>
     <div class="col-md-6">
         <h2>Another section</h2>
         <p>
         Here is a bulleted list ('ul' and 'li' elements):
         </p>
         <ul>
             <li>red</li>
             <li>white</li>
             <li>blue</li>
         </ul>
         <p>
-        Here is a table ('table', 'tr', 'th', and 'td' elements);
+        Here is a table:
+           <br> ('table', 'tr', 'th', and 'td' elements);</br>
         </p>
         <table>
             <tr>
                 <th>Type</th>
                 <th>Total</th>
             </tr>
             <tr>
                 <td>Chromosomes</td>
                 <td>261</td>
             </tr>
             <tr>
                 <td>Haplotypes</td>
                 <td>261</td>
             </tr>
             <tr>