Hola Necros.
Es necesario en tu diseño "
float:left" ?, suponiendo que no te hace falta si lo quitas en tu último código te deben de ir perfectamente
Código HTML:
<style type="text/css">
ul.list {
display: inline;
width: 2em; /* width is changed */
margin: 0;
padding: 0;
list-style: none;
color: #454545;
}
li.list {
display: inline;
width: 2em;
margin: 0;
background-image: url(../img/icons/Blue/ui_misc/more.gif);
background-position: 0 3px;
background-repeat: no-repeat;
padding: 0 0 0 1.5em;
color: #454545;
}
</style>
Saludosss