My site is http://www.myjavaworld.co.uk
I have put the sidebar into hierarchical "mode" so that "children" categories come underneath their parents.
What I want to know is if I can give the children a bigger left margin to push them to the right a bit.
i.e.
ATM it's like
Parent
Child
Child
Child
I want it to be like
Parent
Child
Child
Child
I can't work out how it differentiates between the parent and children. The only CSS tag I have for them is:
#sidebar ul li{
border-bottom:1px dotted #444444;
padding:3px;
}
And changing this changes ALL of the items in the sidebar.
Any help is much appreciated!
Thanks!`