From: Hakim El Hattab Date: Sun, 1 Jul 2012 22:34:07 +0000 (-0400) Subject: convert spaces to tabs to match project style X-Git-Tag: 1.4.0~29 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2b9f8e6c0de07feef8ef5fdb62b5827a5de4ef3b;p=reveal.js.git convert spaces to tabs to match project style --- diff --git a/lib/slidenotes/notes.html b/lib/slidenotes/notes.html index 58c2516..a0c945c 100644 --- a/lib/slidenotes/notes.html +++ b/lib/slidenotes/notes.html @@ -1,85 +1,85 @@ - - + + - Slide Notes + Slide Notes - - + #next-slide { + width: 1280px; + height: 1024px; + border: 1px solid black; + -moz-transform: scale(0.25); + -moz-transform-origin: 0 0; + -o-transform: scale(0.25); + -o-transform-origin: 0 0; + -webkit-transform: scale(0.25); + -webkit-transform-origin: 0 0; + } + + - + -
- -
+
+ +
-
- -
-
+
+ +
+
- + - + notes.innerHTML = data.notes; + slides.contentWindow.Reveal.navigateTo(data.indexh, data.indexv); + nextSlide.contentWindow.Reveal.navigateTo(data.nextindexh, data.nextindexv); + }); + - +