summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-04-06 19:46:49 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-04-06 19:46:49 +0200
commit23796d0099468875fc24feaea626ccc993191a6b (patch)
tree4a15295ed02232bfe5cd94deeb5567903fadab6c /index.css
parent46744170b3801ffa358c853a49abc17f3112d823 (diff)
downloadvortrag-knn-23796d0099468875fc24feaea626ccc993191a6b.tar.gz
vortrag-knn-23796d0099468875fc24feaea626ccc993191a6b.zip
add boston slide
Diffstat (limited to 'index.css')
-rw-r--r--index.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/index.css b/index.css
index ae81e85..13e9525 100644
--- a/index.css
+++ b/index.css
@@ -51,6 +51,9 @@ p.center {
top: 50%;
bottom: 50%;
}
+table.center {
+ margin: auto;
+}
.hidden {
display: none;
@@ -64,3 +67,9 @@ p.center {
.axis text {
font-size: large;
}
+
+#overview { display: none; }
+.impress-on-overview .step {
+ opacity: 1;
+ cursor: pointer;
+}