From 23796d0099468875fc24feaea626ccc993191a6b Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 6 Apr 2016 19:46:49 +0200 Subject: add boston slide --- index.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'index.css') 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; +} -- cgit v1.3.1