From a96cabaf70938df3fdb9f258758f743f398a14e5 Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Sun, 3 May 2015 17:40:11 +0200 Subject: [PATCH] Fixed last header having a border-bottom `` 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 --- css/theme/template/theme.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss index d1be10a..b5069d3 100644 --- a/css/theme/template/theme.scss +++ b/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 {