|
@@ -163,6 +163,12 @@ body {
|
|
padding: 0.2em 0.5em 0.2em 0.5em;
|
|
padding: 0.2em 0.5em 0.2em 0.5em;
|
|
border-bottom: 1px solid; }
|
|
border-bottom: 1px solid; }
|
|
|
|
|
|
|
|
+.reveal table th[align="center"], .reveal table td[align="center"] {
|
|
|
|
+ text-align: center; }
|
|
|
|
+
|
|
|
|
+.reveal table th[align="right"], .reveal table td[align="right"] {
|
|
|
|
+ text-align: right; }
|
|
|
|
+
|
|
.reveal table tr:last-child td {
|
|
.reveal table tr:last-child td {
|
|
border-bottom: none; }
|
|
border-bottom: none; }
|
|
|
|
|