Closed ghost closed 11 years ago
I don't like the way list-style-position: inside;
renders. And here I've made an example of why I don't like it: http://jsfiddle.net/SfsxM/
So just put some padding on the ul
if you bump into the "problem" you mentioned :)
Good with some ideas for changes in the template! :)
How about this addition? It just indents lists, so they don't flow outside its parent container. I had this problem with fru-pedersens.dk
ul li, ol li { list-style-position: inside; }