diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-06 19:46:49 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-06 19:46:49 +0200 |
| commit | 23796d0099468875fc24feaea626ccc993191a6b (patch) | |
| tree | 4a15295ed02232bfe5cd94deeb5567903fadab6c /index.css | |
| parent | 46744170b3801ffa358c853a49abc17f3112d823 (diff) | |
| download | vortrag-knn-23796d0099468875fc24feaea626ccc993191a6b.tar.gz vortrag-knn-23796d0099468875fc24feaea626ccc993191a6b.zip | |
add boston slide
Diffstat (limited to 'index.css')
| -rw-r--r-- | index.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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; +} |
