diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-09 17:27:37 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-10 12:27:38 +0200 |
| commit | f04d9f1773b6a0e109867bc6a5546a716565b1a7 (patch) | |
| tree | 3577eb139ca77e60f77ecfc8cabc98e653e67d7f /index.css | |
| parent | 44434149a061e03c94248ecc2a70a445fa0cdcd3 (diff) | |
| download | vortrag-knn-f04d9f1773b6a0e109867bc6a5546a716565b1a7.tar.gz vortrag-knn-f04d9f1773b6a0e109867bc6a5546a716565b1a7.zip | |
training
Diffstat (limited to 'index.css')
| -rw-r--r-- | index.css | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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; |
