diff options
Diffstat (limited to 'css/theme/white.css')
-rw-r--r-- | css/theme/white.css | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |