Can't target td in table
I can't target the td tags within a table, DW shows the preview properly but when I upload to the server the td style isn't applied. I'm able to target the tr but not the td within the same table.
I have the following in the Global style sheet section targeting the table, I can see the tr has the style applied but not the td:
.table-specifications tr {
padding: 30;
border-bottom: 1px solid #ccc;
}
.table-specifications td {
padding: 30;
}
Here's the Markup
Here's the URL ("specifications" tab)
Thanks for your help,
Brandon
