From 1219564e0560702b1d0d4df9983bae0fbac7fde4 Mon Sep 17 00:00:00 2001 From: Nigel Stanger Date: Thu, 2 May 2013 12:02:46 +1200 Subject: Added clear:left to notes DIV Resolves an issue where the first label (e.g., first bullet or first number) of a list would wrap to the right side of the window and be hidden under the clock element. --- plugin/notes/notes.html | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin') diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index e14c6ac..5726fbd 100644 --- a/plugin/notes/notes.html +++ b/plugin/notes/notes.html @@ -14,6 +14,7 @@ font-size: 24px; width: 640px; margin-top: 5px; + clear: left; } #wrap-current-slide { -- cgit v1.2.3 From d1a97b379f5809233e9413dbb521ca1531fdd9dd Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sun, 19 May 2013 16:42:36 -0400 Subject: float fix in notes-server plugin --- plugin/notes-server/notes.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'plugin') 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; -- cgit v1.2.3 From b67889049af3f5e66f2a8bfc5c7f9dea85b10932 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sun, 19 May 2013 17:01:52 -0400 Subject: viewport meta to fit notes window on ipad --- plugin/notes-server/notes.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin') diff --git a/plugin/notes-server/notes.html b/plugin/notes-server/notes.html index 8c0c92f..25d1a62 100644 --- a/plugin/notes-server/notes.html +++ b/plugin/notes-server/notes.html @@ -3,6 +3,8 @@
+ +