I am trying to build a website with simple navigable pages and subpages.
I am looking to customise the pages widget to be a bit more readable. I have looked on the forums and inserted this code into the stylesheet
'
#sidebar .page_item a{font-weight:bold; line-height:1.5 }
#sidebar .page_item .page_item a{font-weight:normal; line-height:1.0}
'
Which helps but I would like to insert a line break or something like a line of dots ( . . . . ) above each of the parent pages. Is this possible in this location in the code?
Thank you for your help