4368e6be09a5f447babb3b0191ea4a8a19a96887 kate Thu Jan 19 13:22:07 2017 -0800 Make ol and ul list items consistence in indent and line spacing. refs #18504 diff --git src/hg/htdocs/template.html src/hg/htdocs/template.html index fed7418..807fd17 100755 --- src/hg/htdocs/template.html +++ src/hg/htdocs/template.html @@ -71,38 +71,40 @@
Numbered list
Use the 'ol' (ordered list) tag to enclose the full list, then 'li' for each list item.

Another section

List Examples

- Here is a bulleted list ('ul' and 'li' elements): + Here is a bulleted list ('ul' and 'li' elements). To suppress the 'bullet' add the + class 'gbsNoBullet' to the 'ul' tag.

-