It's not a table border what you see in that html, but a td border.
As rakyi said, is in line 46
th, td {
border: 1px solid #000;
padding: 0.5em;
}
It's not a table border what you see in that html, but a td border.
As rakyi said, is in line 46
th, td {
border: 1px solid #000;
padding: 0.5em;
}