aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-01-11 10:17:02 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-01-11 10:17:02 +0100
commitfdb75176e781005d391de45ea02edf70239db7f7 (patch)
tree352791330d0b50ba56012cc276bbe996b39961f6 /css
parent12acf08ca51e4225afd5f5e3eba1ea80c22129fd (diff)
parenta96cabaf70938df3fdb9f258758f743f398a14e5 (diff)
downloadfreenode-live-2017-presentation-fdb75176e781005d391de45ea02edf70239db7f7.tar
freenode-live-2017-presentation-fdb75176e781005d391de45ea02edf70239db7f7.tar.gz
merge #1220
Diffstat (limited to 'css')
-rw-r--r--css/theme/beige.css3
-rw-r--r--css/theme/black.css3
-rw-r--r--css/theme/blood.css3
-rw-r--r--css/theme/league.css3
-rw-r--r--css/theme/moon.css3
-rw-r--r--css/theme/night.css3
-rw-r--r--css/theme/serif.css3
-rw-r--r--css/theme/simple.css3
-rw-r--r--css/theme/sky.css3
-rw-r--r--css/theme/solarized.css3
-rw-r--r--css/theme/template/theme.scss3
-rw-r--r--css/theme/white.css3
12 files changed, 24 insertions, 12 deletions
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 {