View Single Post
Old 03-24-2014, 09:22 PM   #2
dgatwood
Curmudgeon
dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.
 
dgatwood's Avatar
 
Posts: 629
Karma: 1623086
Join Date: Jan 2012
Device: iPad, iPhone, Nook Simple Touch
Don't simulate lists. That's always the wrong solution.

Are you using any CSS to specify the padding on the ul and li tags? If not, do so, e.g.

Code:
<style type="text/css">
    ul,ol {
	padding-left: 2.5em;
    }
    li {
	padding-left: 0;
        text-indent: 0;
    }
</style>
dgatwood is offline   Reply With Quote