Hello
I've like to have the excact same font layaout as my rss feed widget (footer http://www.wibe-music). How do I do this? I've used this css code:
body p {
font-family: Georgia, 'Times New Roman', Helvetica, Arial, sans-serif;
font-size: 11px;
position:relative;
line-height: 16,5px !important;
overflow-x: hidden;
letter-spacing: 0px !important;
}
It seems like the line-height get screwed up no mather what I do. Now the line-height all over the site (except the rss-feed) is 18px when it should be 16,5px. Any idea how to fix this?














