Forum Moderators: not2easy
I've been looking thru Myers and can only find how to do spaces within the lettering.
li{margin-bottom:.1em;}
Fixed...
li{margin-bottom:2px;}
Or whatever block level element you are using to separate the links. If you are using <br> than you may want to experiment with line-height. I wouldn't recommend <br> to separate the links.
Adjust the values above to meet your requirements.