diff options
author | Hakim El Hattab | 2012-10-25 09:36:25 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-10-25 09:36:25 -0400 |
commit | 5d1bac5790086cbd28fbcacd8a4cadb6c6e2e403 (patch) | |
tree | a68bfc7df9679bdb6f860068863e927861a2526d /index.html | |
parent | 4777afe0c562c40b388c304d00bcd07b42836901 (diff) | |
parent | 1801bf67eaf1fac8cb5776fe9ba83cc9e13272d6 (diff) |
merge in support for stepped fragments in notes window
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -261,6 +261,10 @@ function linkify( selector ) { <li class="fragment"><em>of view</em></li> <li class="fragment"><strong>fragments</strong></li> </ol> + + <aside class="notes"> + This slide has fragments which are also stepped through in the notes window. + </aside> </section> <section> <h2>Fragment Styles</h2> |