diff options
author | Chris Lawrence | 2013-06-21 17:57:09 -0400 |
---|---|---|
committer | Chris Lawrence | 2013-06-21 17:57:09 -0400 |
commit | 7b119763f82fab69fd43c49f4af39481dd556cab (patch) | |
tree | 3aa6b5bec29132c22afa552beb851c8f785daa16 /plugin/notes-server/notes.html | |
parent | 636a6661978d04791bc899be65d7c3fd23eea125 (diff) | |
parent | e51c0fc3ce3568eb325b87fe60ca7bdd07861150 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'plugin/notes-server/notes.html')
-rw-r--r-- | plugin/notes-server/notes.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/plugin/notes-server/notes.html b/plugin/notes-server/notes.html index 551e400..25d1a62 100644 --- a/plugin/notes-server/notes.html +++ b/plugin/notes-server/notes.html @@ -3,6 +3,8 @@ <head> <meta charset="utf-8"> + <meta name="viewport" content="width=1150"> + <title>reveal.js - Slide Notes</title> <style> @@ -14,6 +16,7 @@ font-size: 24px; width: 640px; margin-top: 5px; + clear: left; } #wrap-current-slide { @@ -27,13 +30,13 @@ width: 1280px; height: 1024px; border: none; - + -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0; - + -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); @@ -53,7 +56,7 @@ width: 1280px; height: 1024px; border: none; - + -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; |