Removing the border between categories

Started by pukka, February 16, 2013, 08:55:30 AM

Previous topic - Next topic

pukka

Hi,

I'm trying to remove the border between the categories on the board index, as illustrated below.


I've tried setting cellpadding/cellspacing to 0, border-collapse, setting a 0 border on a bunch of classes.

Can anyone help me with this please?

pukka

I've solved it, it wasn't as a difficult as I thought it was. For everyone else who has this problem, go to index.css and find:

table.table_list
{
width: 100%;
}


and replace it with:

table.table_list
{
width: 100%;
        border-spacing:0px;
}

Advertisement: