How remove these lines

Matthew2D

Well-known member
How do I remove these lines from xFShout. I asked the guy who made it, but he said he didn't know since xFShout uses xenForo's CSS rules.

dbtechline.webp
 
It isn't something that's not supposed to be there, I just want it removed. the shoutbox is on http://gamefeint.com. The lines are before and after the place where you type the text.
This is your problem:

HTML:
.dataTable tr.dataRow td
{
border-bottom: 1px solid rgb(237, 237, 237);
padding: 5px 10px;
}


Removing border-bottom should do it, or setting it to 0px;
 
Top Bottom