Skip to content
Snippets Groups Projects
Commit a96cabaf authored by Philipp A.'s avatar Philipp A.
Browse files

Fixed last header having a border-bottom

`<tbody/>` is automatically inserted, so we can guarantee that this affects all ths and tds in the last row of the table *body* and the head is left untouched
parent 07197b1e
No related branches found
No related tags found
No related merge requests found
......@@ -199,8 +199,9 @@ body {
border-bottom: 1px solid;
}
.reveal table tr:last-child td {
border-bottom: none;
.reveal table tbody tr:last-child th,
.reveal table tbody tr:last-child td {
border-bottom: none;
}
.reveal sup {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment