#contentright ul {
        padding: 0;
        margin-left: 2em;
        list-style-type: none;
}

#contentright ul li {
        text-align: left;
        padding: 10px 1px 10px 30px;
        font-size: 0.8em;
}

is overriding the styles for that specific list. Reduce the left margin on
the ul to move the whole list to the left, or reduce the last padding value
on the li to cut the space between the bullet and the text. Alternatively,
move all these general styles above the specific 'Clientes' styles in your
sheet and things will work as you want them to.

<snip>

i have a list with a background image that i just can't seem to get a bit
less indented. It's a list of clients and upon adding the phone numbers, the
ninth client on the list has it's number pushed to the next line. Opera is
the only browser that doesn't do it. Obviously there isn't enough room to
hold the number so i thought on giving the whole list a lesser indentation
but i just don't seem to get it.

http://www.mendesperestransportes.com.br/Pages/clientes.php

http://www.mendesperestransportes.com.br/Styles/MP.css

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to