Explorar o código

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.
Nigel Stanger %!s(int64=11) %!d(string=hai) anos
pai
achega
1219564e05
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      plugin/notes/notes.html

+ 1 - 0
plugin/notes/notes.html

@@ -14,6 +14,7 @@
 				font-size: 24px;
 				width: 640px;
 				margin-top: 5px;
+				clear: left;
 			}
 
 			#wrap-current-slide {