Take out table for Recent Content block?


Author Message
joyseeker

Posted: 4/3/2013
Quote message 

To answer my own post coming from a different angle: I took off the border with CSS and not worrying about the table.

.mtwd-article th,
.mtwd-article td {
border: none;
}

:-)