In the style.css the attributes for table are:
Code: Select all
table
{
width:100%;
font-size: 13px;
background-color: #FFFFFF;
}
When I change the CSS the whole theme is damaged.
Code: Select all
table
{
width:100%;
font-size: 13px;
background-color: #FFFFFF;
}