Title is pretty self explanatory.

Unlike almost any other content type there is no margin specified for the #forum table. This causes it to butt up against the "end content clear:both" div which has the effect of making the bottom border have a double thickness line.

Easily fixed by

#forum table {
width: 100%;
margin-bottom: 1em;
}

Comments

kevin morse’s picture

Version: 7.x-1.0-rc2 » 7.x-1.0
Issue tags: +margin-bottom forum table
danpros’s picture

Category: bug » task

Hi,

Thanks for the correction, yes small glitch :) and in my next release it should be fixed.

Dan