diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-01-11 10:17:02 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-01-11 10:17:02 +0100 |
commit | fdb75176e781005d391de45ea02edf70239db7f7 (patch) | |
tree | 352791330d0b50ba56012cc276bbe996b39961f6 /css/theme/sky.css | |
parent | 12acf08ca51e4225afd5f5e3eba1ea80c22129fd (diff) | |
parent | a96cabaf70938df3fdb9f258758f743f398a14e5 (diff) | |
download | fosdem-2018-presentation-fdb75176e781005d391de45ea02edf70239db7f7.tar fosdem-2018-presentation-fdb75176e781005d391de45ea02edf70239db7f7.tar.gz |
merge #1220
Diffstat (limited to 'css/theme/sky.css')
-rw-r--r-- | css/theme/sky.css | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |