Browse Source

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
Philipp A. 10 years ago
parent
commit
a96cabaf70
1 changed files with 3 additions and 2 deletions
  1. 3 2
      css/theme/template/theme.scss

+ 3 - 2
css/theme/template/theme.scss

@@ -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 {