line height in sidebar
The line-height of my paragraph is 200%. But I want to have lesser spacing in my sidebar.
So I added something like this in my CSS
/*sidebar*/
#sidebar p
{
font-size:85%;
line-height:120% !important;;
}
This changes line spacing of text widgets.
But can I change the font size and line spacing of other widgets in sidebar. For ex. I have a tabbed widget called "popular post tabbed widget", and I want to reduce the line spacing of the text in there. Is this doable?