diff --git a/css/theme/beige.css b/css/theme/beige.css index 9d29bd5..5bbda4b 100644 --- a/css/theme/beige.css +++ b/css/theme/beige.css @@ -186,7 +186,8 @@ body { .reveal table td[align="right"] { text-align: right; } -.reveal table tr:last-child td { +.reveal table tbody tr:last-child th, +.reveal table tbody tr:last-child td { border-bottom: none; } .reveal sup { diff --git a/css/theme/black.css b/css/theme/black.css index f0a265f..511fa79 100644 --- a/css/theme/black.css +++ b/css/theme/black.css @@ -182,7 +182,8 @@ body { .reveal table td[align="right"] { text-align: right; } -.reveal table tr:last-child td { +.reveal table tbody tr:last-child th, +.reveal table tbody tr:last-child td { border-bottom: none; } .reveal sup { diff --git a/css/theme/blood.css b/css/theme/blood.css index 0d44848..6fe3d67 100644 --- a/css/theme/blood.css +++ b/css/theme/blood.css @@ -185,7 +185,8 @@ body { .reveal table td[align="right"] { text-align: right; } -.reveal table tr:last-child td { +.reveal table tbody tr:last-child th, +.reveal table tbody tr:last-child td { border-bottom: none; } .reveal sup { diff --git a/css/theme/league.css b/css/theme/league.css index 1f7ad4c..03c44ce 100644 --- a/css/theme/league.css +++ b/css/theme/league.css @@ -188,7 +188,8 @@ body { .reveal table td[align="right"] { text-align: right; } -.reveal table tr:last-child td { +.reveal table tbody tr:last-child th, +.reveal table tbody tr:last-child td { border-bottom: none; } .reveal sup { diff --git a/css/theme/moon.css b/css/theme/moon.css index 4e5532a..5e5d6e4 100644 --- a/css/theme/moon.css +++ b/css/theme/moon.css @@ -186,7 +186,8 @@ body { .reveal table td[align="right"] { text-align: right; } -.reveal table tr:last-child td { +.reveal table tbody tr:last-child th, +.reveal table tbody tr:last-child td { border-bottom: none; } .reveal sup { diff --git a/css/theme/night.css b/css/theme/night.css index d2fc296..a439cdc 100644 --- a/css/theme/night.css +++ b/css/theme/night.css @@ -180,7 +180,8 @@ body { .reveal table td[align="right"] { text-align: right; } -.reveal table tr:last-child td { +.reveal table tbody tr:last-child th, +.reveal table tbody tr:last-child td { border-bottom: none; } .reveal sup { diff --git a/css/theme/serif.css b/css/theme/serif.css index 7d5c35e..40ccb39 100644 --- a/css/theme/serif.css +++ b/css/theme/serif.css @@ -182,7 +182,8 @@ body { .reveal table td[align="right"] { text-align: right; } -.reveal table tr:last-child td { +.reveal table tbody tr:last-child th, +.reveal table tbody tr:last-child td { border-bottom: none; } .reveal sup { diff --git a/css/theme/simple.css b/css/theme/simple.css index 9123043..b17fa5c 100644 --- a/css/theme/simple.css +++ b/css/theme/simple.css @@ -182,7 +182,8 @@ body { .reveal table td[align="right"] { text-align: right; } -.reveal table tr:last-child td { +.reveal table tbody tr:last-child th, +.reveal table tbody tr:last-child td { border-bottom: none; } .reveal sup { diff --git a/css/theme/sky.css b/css/theme/sky.css index 2b1e439..99f1cfd 100644 --- a/css/theme/sky.css +++ b/css/theme/sky.css @@ -189,7 +189,8 @@ body { .reveal table td[align="right"] { text-align: right; } -.reveal table tr:last-child td { +.reveal table tbody tr:last-child th, +.reveal table tbody tr:last-child td { border-bottom: none; } .reveal sup { diff --git a/css/theme/solarized.css b/css/theme/solarized.css index 9a17ca8..b4d4d4b 100644 --- a/css/theme/solarized.css +++ b/css/theme/solarized.css @@ -186,7 +186,8 @@ body { .reveal table td[align="right"] { text-align: right; } -.reveal table tr:last-child td { +.reveal table tbody tr:last-child th, +.reveal table tbody tr:last-child td { border-bottom: none; } .reveal sup { diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss index 9bb416a..101a567 100644 --- a/css/theme/template/theme.scss +++ b/css/theme/template/theme.scss @@ -207,7 +207,8 @@ body { text-align: right; } -.reveal table tr:last-child td { +.reveal table tbody tr:last-child th, +.reveal table tbody tr:last-child td { border-bottom: none; } diff --git a/css/theme/white.css b/css/theme/white.css index f55e094..b10dd0e 100644 --- a/css/theme/white.css +++ b/css/theme/white.css @@ -182,7 +182,8 @@ body { .reveal table td[align="right"] { text-align: right; } -.reveal table tr:last-child td { +.reveal table tbody tr:last-child th, +.reveal table tbody tr:last-child td { border-bottom: none; } .reveal sup {