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
This commit is contained in:
parent
07197b1eae
commit
a96cabaf70
@ -199,8 +199,9 @@ body {
|
|||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reveal table tr:last-child td {
|
.reveal table tbody tr:last-child th,
|
||||||
border-bottom: none;
|
.reveal table tbody tr:last-child td {
|
||||||
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reveal sup {
|
.reveal sup {
|
||||||
|
Loading…
Reference in New Issue
Block a user