Re: [css-d] margin/padding and li problem

2007-09-21 Thread Luc
Good evening David, It was foretold that on 21/9/2007 @ 18:46:02 GMT-0400 (which was 19:46:02 where I live) David Laakso would write: > I may not get what you want. The names of the clients and the phone numbers on 1 line, instead of, in this case, getting the phone numbers pushed to anoth

Re: [css-d] margin/padding and li problem

2007-09-21 Thread David Laakso
Luc wrote: > Hello list, > > 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. O

Re: [css-d] margin/padding and li problem

2007-09-21 Thread Luc
Good evening Rowan, It was foretold that on 21/9/2007 @ 22:12:10 GMT+0100 (which was 18:12:10 where I live) Rowan @ Jetboy would write: > 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

Re: [css-d] margin/padding and li problem

2007-09-21 Thread Rowan @ Jetboy
#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 m

[css-d] margin/padding and li problem - solved

2007-09-21 Thread Luc
Hello list, seems i was a bit to quick on the e-mail trigger: adding a negative left-margin to the ul did the trick. But i'm a bit confuzzled as why i needed the left-margin: setting margin to 0 doesn't remove the indentation in this case? Luc __

[css-d] margin/padding and li problem

2007-09-21 Thread Luc
Hello list, 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 e