Greetings,
I am having trouble applying display:block on the categories sideboxcontent, all other sideboxes appear OK as they are ul's
basically It looks like there is a line break after each category which increases the size of the block.
I want to hover over the entire block, rather than just the text. It works fine for informationsidebox etc. Its just these line breaks. I can see them in the html but can't work out if they are removable, or built by Zen on the fly
This is what I have in my CSS
.sideBoxContent {
margin: 0;
padding: 0;
background-color: #6F6146;
list-style-type: none;
}
.sideBoxContent a {
display: block;
color: #FFF;
text-decoration: none;
padding: 0 15px;
line-height: 1.5;
border-bottom: 1px solid #FFF;
}
Any Ideas
