1. in stylesheet_categories_menu.css change this:
div#nav-cat {width: 150px; margin: -1px 0 0 -1px;
to this:
div#nav-cat {width: 150px; margin: -1px 0 0 0;
2. If you're talking about that tiny little space of grey above "Categories" in the sidebox, change this:
h1, h2, h3, h4, h5, h6 {
margin:.3em 0;
}
to this:
h1, h2, h3, h4, h5, h6 {
margin: 0;
}
Bookmarks