My page is at:
http://www.careercounselingservices.com/test2/outplacement.htm

If you scroll down in the lower half of the page (yes it is long!)
there are some nested unordered lists.

I want to reduce the indents.

I tried the following but it didn't seem to work:

.disc{list-style-type: disc;}
.square{list-style-type: square;}
.dash li {list-style-type: none;}

ul.disc li{margin-left: 1em;}
ul.square li{margin-left: 1em;}

ul.dash#questions li:before { content: " - "; }  <--trying to get a 
dash, am going to change it to an image based on latest list posting.

How would I write a style to get rid of or reduce the indent on the list 
items?

Thanks!!!




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to