From: hakimel Date: Wed, 23 Jan 2013 16:04:04 +0000 (-0500) Subject: show error when notes run on non-http, fix load order to make sure upcoming slide... X-Git-Tag: 2.2.0~7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a7625a71d38a9cfee214fe0d3bb1f9bd62cb071e;p=reveal.js.git show error when notes run on non-http, fix load order to make sure upcoming slide is correct when notes open (#278) --- diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index ed2a415..abfc20c 100644 --- a/plugin/notes/notes.html +++ b/plugin/notes/notes.html @@ -83,17 +83,29 @@ font-size: 14px; color: rgba( 255, 255, 255, 0.9 ); } + + .error { + font-weight: bold; + color: red; + font-size: 1.5em; + text-align: center; + margin-top: 10%; + } + + .error code { + font-family: monospace; + }
- +
- + UPCOMING:
@@ -102,45 +114,48 @@