• Resolved Weishaupt

    (@weishaupt)


    As I like having tables readable, I just added a little markup to the tables.

    You might add this to style.css, or add an option in the customize menu to enhance the table style.

    thead tr:last-child th,
    tr:last-child td {
           border-bottom: 2px solid;
    }
    tr:nth-child(5n+5) td {
           border-bottom: 1px solid;
           border-color: #999;
    }
    tr td {
           border-bottom: 1px dashed;
           border-color: #999;
    }
Viewing 1 replies (of 1 total)
  • Theme Author Scott Bolinger

    (@scottopolis)

    Hi, thanks for submitting this. nth-child is not supported in IE8 and below, so I won’t be adding this to the theme, but you are welcome to use it in a child theme.

    Cheers!

Viewing 1 replies (of 1 total)

The topic ‘Enhancement Proposal: Table Markup’ is closed to new replies.