summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-04-09 17:27:37 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-04-10 12:27:38 +0200
commitf04d9f1773b6a0e109867bc6a5546a716565b1a7 (patch)
tree3577eb139ca77e60f77ecfc8cabc98e653e67d7f /index.css
parent44434149a061e03c94248ecc2a70a445fa0cdcd3 (diff)
downloadvortrag-knn-f04d9f1773b6a0e109867bc6a5546a716565b1a7.tar.gz
vortrag-knn-f04d9f1773b6a0e109867bc6a5546a716565b1a7.zip
training
Diffstat (limited to 'index.css')
-rw-r--r--index.css11
1 files changed, 10 insertions, 1 deletions
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;