summaryrefslogtreecommitdiffhomepage
path: root/css/reveal.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css19
1 files changed, 15 insertions, 4 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 2696e91..5cb9966 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -363,14 +363,25 @@ body {
box-sizing: border-box;
}
+.reveal table {
+ margin: auto;
+ border-collapse: collapse;
+ border-spacing: 0;
+}
+
+.reveal table th {
+ font-weight: bold;
+}
+
.reveal table th,
.reveal table td {
- text-align: left;
- padding-right: .3em;
+ text-align: left;
+ padding: 0.2em 1em 0.2em 0;
+ border-bottom: 1px solid;
}
-.reveal table th {
- font-weight: bold;
+.reveal table tr:last-child td {
+ border-bottom: none;
}
.reveal sup {