top bar menu
From ed johnson
#top-bar li is what you need to mess with to spread or tighten the space between menu items.
#top-bar li{
list-style: none;
float:left;
/* This sets the margins around the top level navigation menu items */
/* top/bottom, left/right */
/* you can also use margin: 0px 6px 0px 6px; for easier fine-tuning */
/* top, right, bottom, left */
margin: 0 6px;
padding:0;
}
page_revision: 1, last_edited: 1223545349|%e %b %Y, %H:%M %Z (%O ago)





