HTML24 / HTML5-template

Standard HTML5-based template for HTML24.
4 stars 4 forks source link

Update css/main.css #12

Closed ghost closed 11 years ago

ghost commented 11 years ago

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; }

DKvistgaard commented 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! :)