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;
}

Reply via email to