I know this is an old question but can't find a thread less than 7 years old or still open.
Basically I wan't to space out more the section and sub-section headings in the menu. I've managed to change various things, altering the code below in the style.css, but can't seem to do this. I've obviously changed the settings within:
#index ul.subsection { }
for example
#index ul.subsection { margin-bottom: 2em; }
/* styling the index */
#index ul { list-style: none; margin: 15px; }
#index ul.section { margin-bottom: 1em; }
#index ul.subsection { }
am I missing something obvious?