projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d94ae2c
)
float fix in notes-server plugin
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Sun, 19 May 2013 20:42:36 +0000
(16:42 -0400)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Sun, 19 May 2013 20:42:36 +0000
(16:42 -0400)
plugin/notes-server/notes.html
patch
|
blob
|
history
diff --git
a/plugin/notes-server/notes.html
b/plugin/notes-server/notes.html
index 551e40053c6321d54a4d4b88dabd8eb9d29984b2..8c0c92f15d2b33c0b4ecb339e3008c1b3804d199 100644
(file)
--- a/
plugin/notes-server/notes.html
+++ b/
plugin/notes-server/notes.html
@@
-14,6
+14,7
@@
font-size: 24px;
width: 640px;
margin-top: 5px;
+ clear: left;
}
#wrap-current-slide {
@@
-27,13
+28,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
+54,7
@@
width: 1280px;
height: 1024px;
border: none;
-
+
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;