Added clear:left to notes DIV
authorNigel Stanger <nigel.stanger@otago.ac.nz>
Thu, 2 May 2013 00:02:46 +0000 (12:02 +1200)
committerNigel Stanger <nigel.stanger@otago.ac.nz>
Thu, 2 May 2013 00:02:46 +0000 (12:02 +1200)
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

index e14c6ac7e1bcf4a12977ba81d8cc333952dd3ff8..5726fbd69ebe220226e2265babc503e9b0b36923 100644 (file)
@@ -14,6 +14,7 @@
                                font-size: 24px;
                                width: 640px;
                                margin-top: 5px;
+                               clear: left;
                        }
 
                        #wrap-current-slide {