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
Comment #1
kevin morse commentedComment #2
danpros commentedHi,
Thanks for the correction, yes small glitch :) and in my next release it should be fixed.
Dan