I have a golf forum at http://www.golfrewind.com If you go there and see the top leaderboard ad, you will see the bottom border of the ad doesn't show up. I can fix this when I place this code in the CSS: #sidebar h3, p {margin:0} The problem is, I'm working on a wiki for the site at http://www.golfrewind.com/wiki/ If I place that code in the CSS, there will be no space between paragraphs. Is there another way to make it so there's a border around the leaderboard ad and keep spacing between paragraphs in MediaWiki?
Wrapp it in a DIV (class="ad-wrapper") then do this: div.ad-wrapper h3, p {margin:0px} Code (markup):