Hakim El Hattab преди 9 години
родител
ревизия
fdb75176e7
променени са 12 файла, в които са добавени 24 реда и са изтрити 12 реда
  1. 2 1
      css/theme/beige.css
  2. 2 1
      css/theme/black.css
  3. 2 1
      css/theme/blood.css
  4. 2 1
      css/theme/league.css
  5. 2 1
      css/theme/moon.css
  6. 2 1
      css/theme/night.css
  7. 2 1
      css/theme/serif.css
  8. 2 1
      css/theme/simple.css
  9. 2 1
      css/theme/sky.css
  10. 2 1
      css/theme/solarized.css
  11. 2 1
      css/theme/template/theme.scss
  12. 2 1
      css/theme/white.css

+ 2 - 1
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 {

+ 2 - 1
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 {

+ 2 - 1
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 {

+ 2 - 1
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 {

+ 2 - 1
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 {

+ 2 - 1
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 {

+ 2 - 1
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 {

+ 2 - 1
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 {

+ 2 - 1
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 {

+ 2 - 1
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 {

+ 2 - 1
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;
 }
 

+ 2 - 1
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 {