Solution:
For anyone who is looking for this here is the perfect solution:
Open your stylesheet.css and change this:
Code: Select all
.list td {
text-align: center;
vertical-align: top;
padding-bottom: 10px;
}
Code: Select all
.list td {
text-align: center;
vertical-align: top;
padding-bottom: 10px;
border: 3px solid #6BB345;
}
