From f04d9f1773b6a0e109867bc6a5546a716565b1a7 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 9 Apr 2016 17:27:37 +0200 Subject: training --- index.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'index.css') diff --git a/index.css b/index.css index d102771..e4d2096 100644 --- a/index.css +++ b/index.css @@ -17,10 +17,15 @@ body { opacity: 1; } .innerStep { - position: absolute; opacity: 0; transition: opacity 0.5s; } +div.innerStep { + position: absolute; +} +p.stepped { + opacity: 1; +} .lastInnerstep { opacity: 1; } @@ -47,6 +52,10 @@ table.center { #boston-example .table-highlight { background-color: #82B1FF; } +.highlight { + background-color: #82B1FF; +} +} .hidden { display: none; -- cgit v1.3.1