1 ethan5150 Jan 14, 2011 21:08
3 ethan5150 Jan 15, 2011 00:59
Yeah, I've looked all through the css and can't find it... A search for "dotted" pulls up nothing, a search for "comment" pulls up nothing, "form" - nothing relevant, I've looked at every "border" reference - nothing...it's really weird.
4 bushleaguecritic Jan 15, 2011 01:07
If your style.css file doesn't have that particular section of code... try adding it. ;)
/* Styles for comments */
div.bComment, /* Entire comment block */
form.bComment { /* New comment form */
margin: 1ex 0;
border: none;
}
5 ethan5150 Jan 15, 2011 02:03
You, my friend, are a genius!
It should be in the 'styles.css' files in your skin folder. Something like:
You can make it a solid border with:
Or just get rid of it entirely: