Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    try changing this:

    .entry-content tr td {
        border-top: 1px solid #eee;
        padding: 6px 24px;
    }

    to this:

    .entry-content tr td {
        border-top: 1px solid #000;
        padding: 6px 24px;
    }
Viewing 1 replies (of 1 total)

The topic ‘Tables Top border missing’ is closed to new replies.