From: Nigel Stanger Date: Thu, 2 May 2013 00:02:46 +0000 (+1200) Subject: Added clear:left to notes DIV X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1219564e0560702b1d0d4df9983bae0fbac7fde4;p=reveal.js.git 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. --- 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 {