aboutsummaryrefslogtreecommitdiff
path: root/plugin/notes-server
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-05-19 16:42:36 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-05-19 16:42:36 -0400
commitd1a97b379f5809233e9413dbb521ca1531fdd9dd (patch)
treeea4f0512ccc99a82844a17d67e97b3e1956d4095 /plugin/notes-server
parentd94ae2cf70a0128df98a45c74d5d1517f3cee730 (diff)
downloadfreenode-live-2017-presentation-d1a97b379f5809233e9413dbb521ca1531fdd9dd.tar
freenode-live-2017-presentation-d1a97b379f5809233e9413dbb521ca1531fdd9dd.tar.gz
float fix in notes-server plugin
Diffstat (limited to 'plugin/notes-server')
-rw-r--r--plugin/notes-server/notes.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugin/notes-server/notes.html b/plugin/notes-server/notes.html
index 551e400..8c0c92f 100644
--- 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;